Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SearchIndexerDataSourceType Struct
Definition
- Namespace:
- Azure.Search.Documents.Indexes.Models
- Assembly:
- Azure.Search.Documents.dll
- Package:
- Azure.Search.Documents v12.0.0
- Package:
- Azure.Search.Documents v12.1.0-beta.1
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.
Defines the type of a datasource.
public readonly struct SearchIndexerDataSourceType : IEquatable<Azure.Search.Documents.Indexes.Models.SearchIndexerDataSourceType>
type SearchIndexerDataSourceType = struct
Public Structure SearchIndexerDataSourceType
Implements IEquatable(Of SearchIndexerDataSourceType)
- Inheritance
-
SearchIndexerDataSourceType
- Implements
Constructors
| Name | Description |
|---|---|
| SearchIndexerDataSourceType(String) |
Initializes a new instance of SearchIndexerDataSourceType. |
Properties
| Name | Description |
|---|---|
| AdlsGen2 |
Indicates an ADLS Gen2 datasource. |
| AzureBlob |
Indicates an Azure Blob datasource. |
| AzureSql |
Indicates an Azure SQL datasource. |
| AzureTable |
Indicates an Azure Table datasource. |
| CosmosDb |
Indicates a CosmosDB datasource. |
| MySql |
Indicates a MySql datasource. |
| OneLake |
Indicates a Microsoft Fabric OneLake datasource. |
| SharePoint |
Indicates a SharePoint datasource. |
Methods
| Name | Description |
|---|---|
| Equals(SearchIndexerDataSourceType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(SearchIndexerDataSourceType, SearchIndexerDataSourceType) |
Determines if two SearchIndexerDataSourceType values are the same. |
| Implicit(String to Nullable<SearchIndexerDataSourceType>) | |
| Implicit(String to SearchIndexerDataSourceType) |
Converts a string to a SearchIndexerDataSourceType. |
| Inequality(SearchIndexerDataSourceType, SearchIndexerDataSourceType) |
Determines if two SearchIndexerDataSourceType values are not the same. |
Applies to
Azure SDK for .NET
Feedback
Was this page helpful?
