다음을 통해 공유


SearchClientOptions.ServiceVersion Enum

Definition

The versions of Azure Cognitive Search supported by this client library. For more, see API versions in Azure Cognitive Search.

public enum SearchClientOptions.ServiceVersion
type SearchClientOptions.ServiceVersion = 
Public Enum SearchClientOptions.ServiceVersion
Inheritance
SearchClientOptions.ServiceVersion

Fields

Name Value Description
V2020_06_30 1

The 2020-06-30 version of the Azure Cognitive Search service.

V2023_11_01 2

The 2023-11-01 version of the Azure Cognitive Search service.

V2024_07_01 3

The 2024-07-01 version of the Azure Cognitive Search service.

V2024_11_01_Preview 4

The 2024-11-01-preview version of the Azure Cognitive Search service.

Applies to