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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java