ListQueryKeysResult interface

Response containing the query API keys for a given Azure Cognitive Search service.

Properties

nextLink

Request URL that can be used to query next page of query keys. Returned when the total number of requested query keys exceed maximum page size. NOTE: This property will not be serialized. It can only be populated by the server.

value

The query keys for the Azure Cognitive Search service. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

Request URL that can be used to query next page of query keys. Returned when the total number of requested query keys exceed maximum page size. NOTE: This property will not be serialized. It can only be populated by the server.

nextLink?: string

Property Value

string

value

The query keys for the Azure Cognitive Search service. NOTE: This property will not be serialized. It can only be populated by the server.

value?: QueryKey[]

Property Value