SearchClientOptions.ServiceVersion Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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_09_01_Preview | 4 | The 2024-09-01-preview version of the Azure Cognitive Search service. |
Applies to
Azure SDK for .NET