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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java