QueryKeyInner Class

Definition

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

public class QueryKeyInner
type QueryKeyInner = class
Public Class QueryKeyInner
Inheritance
QueryKeyInner

Constructors

QueryKeyInner()

Initializes a new instance of the QueryKeyInner class.

QueryKeyInner(String, String)

Initializes a new instance of the QueryKeyInner class.

Properties

Key

Gets the value of the query API key.

Name

Gets the name of the query API key; may be empty.

Applies to