共用方式為


QueryKey Interface

public interface QueryKey

Describes an API key for a given Azure Cognitive Search service that has permissions for query operations only.

Method Summary

Modifier and Type Method and Description
abstract String key()

Gets the query key.

abstract String name()

Gets the name of the query API key.

Method Details

key

public abstract String key()

Gets the query key.

Returns:

the key value

name

public abstract String name()

Gets the name of the query API key.

Returns:

the name of the query API key

Applies to