SearchIndexerDataSourceType Struct
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.
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
SearchIndexerDataSourceType(String) |
Initializes a new instance of SearchIndexerDataSourceType. |
Properties
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. |
Methods
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
Equality(SearchIndexerDataSourceType, SearchIndexerDataSourceType) |
Determines if two SearchIndexerDataSourceType values are the same. |
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