次の方法で共有


IndexingPolicy コンストラクター

定義

オーバーロード

IndexingPolicy()

IndexingPolicy クラスの新しいインスタンスを初期化します。

IndexingPolicy(Nullable<Boolean>, IndexingMode, IList<IncludedPath>, IList<ExcludedPath>, IList<IList<CompositePath>>, IList<SpatialSpec>)

IndexingPolicy クラスの新しいインスタンスを初期化します。

IndexingPolicy()

IndexingPolicy クラスの新しいインスタンスを初期化します。

public IndexingPolicy ();
Public Sub New ()

適用対象

IndexingPolicy(Nullable<Boolean>, IndexingMode, IList<IncludedPath>, IList<ExcludedPath>, IList<IList<CompositePath>>, IList<SpatialSpec>)

IndexingPolicy クラスの新しいインスタンスを初期化します。

public IndexingPolicy (bool? automatic = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingMode indexingMode = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.IncludedPath> includedPaths = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath> excludedPaths = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePath>> compositeIndexes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialSpec> spatialIndexes = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingPolicy : Nullable<bool> * Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingMode * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.IncludedPath> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePath>> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialSpec> -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingPolicy
Public Sub New (Optional automatic As Nullable(Of Boolean) = Nothing, Optional indexingMode As IndexingMode = Nothing, Optional includedPaths As IList(Of IncludedPath) = Nothing, Optional excludedPaths As IList(Of ExcludedPath) = Nothing, Optional compositeIndexes As IList(Of IList(Of CompositePath)) = Nothing, Optional spatialIndexes As IList(Of SpatialSpec) = Nothing)

パラメーター

automatic
Nullable<Boolean>

インデックス作成ポリシーが自動かどうかを示します

indexingMode
IndexingMode

インデックス作成モードを示します。 使用可能な値は、'Consistent'、'Lazy'、'None' です。

includedPaths
IList<IncludedPath>

インデックス作成に含めるパスの一覧

excludedPaths
IList<ExcludedPath>

インデックス作成から除外するパスの一覧

compositeIndexes
IList<IList<CompositePath>>

複合パス リストの一覧

spatialIndexes
IList<SpatialSpec>

空間の詳細の一覧

適用対象