Package version:

Interface SearchIndexerClientOptions

Client options used to configure Cognitive Search API requests.

interface SearchIndexerClientOptions {
    apiVersion?: string;
    audience?: string;
    serviceVersion?: string;
}

Hierarchy (view full)

Properties

apiVersion?: string

The API version to use when communicating with the service.

use {@Link serviceVersion} instead

audience?: string

The Audience to use for authentication with Azure Active Directory (AAD). The audience is not considered when using a shared key. KnownSearchAudience can be used interchangeably with audience

serviceVersion?: string

The service version to use when communicating with the service.