你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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