QueryKey interface
Describes an API key for a given Azure AI Search service that conveys read-only permissions on the docs collection of an index.
Properties
| key | The value of the query API key. |
| name | The name of the query API key. Query names are optional, but assigning a name can help you remember how it's used. |
Property Details
key
The value of the query API key.
key?: string
Property Value
string
name
The name of the query API key. Query names are optional, but assigning a name can help you remember how it's used.
name?: string
Property Value
string