DataSourceType 構造体

定義

データソースの型を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Search.Serialization.ExtensibleEnumConverter<Microsoft.Azure.Search.Models.DataSourceType>))]
public struct DataSourceType : IEquatable<Microsoft.Azure.Search.Models.DataSourceType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Search.Serialization.ExtensibleEnumConverter<Microsoft.Azure.Search.Models.DataSourceType>))>]
type DataSourceType = struct
Public Structure DataSourceType
Implements IEquatable(Of DataSourceType)
継承
DataSourceType
属性
Newtonsoft.Json.JsonConverterAttribute
実装

フィールド

AzureBlob

Azure Blob データソースを示します。

AzureSql

Azure SQL データソースを示します。

AzureTable

Azure Table データソースを示します。

CosmosDb

CosmosDB データソースを示します。

DocumentDb
古い.

DocumentDB データソースを示します。

メソッド

Equals(DataSourceType)

DataSourceType と等しいかどうかを別の DataSourceType と比較します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

GetHashCode()

既定のハッシュ関数として機能します。

ToString()

DataSourceType の文字列表現を返します。

演算子

Equality(DataSourceType, DataSourceType)

2 つの DataSourceType 値を等しいかどうかを比較します。

Explicit(DataSourceType to String)

DataSourceType から文字列への明示的な変換を定義します。

Implicit(String to DataSourceType)

文字列から DataSourceType への暗黙的な変換を定義します。

Inequality(DataSourceType, DataSourceType)

2 つの DataSourceType 値を比較して、不等値を求めます。

適用対象