Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryKey

Package version

interface

An interface representing QueryKey. Describes an API key for a given Azure Search service that has permissions for query operations only.

Hierarchy

  • QueryKey

Index

Properties

Properties

Optional key

key: undefined | string
member

{string} [key] The value of the query API key. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] The name of the query API key; may be empty. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc