SearchIndexerDataSourceType Struct

Definition

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.

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