次の方法で共有


IndexingPolicy コンストラクター

定義

オーバーロード

IndexingPolicy()

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

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

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

IndexingPolicy()

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

public IndexingPolicy();
Public Sub New ()

適用対象

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

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

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

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

includedPaths
IList<IncludedPath>

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

excludedPaths
IList<ExcludedPath>

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

compositeIndexes
IList<IList<CompositePath>>

複合パス リストの一覧

spatialIndexes
IList<SpatialSpec>

空間の詳細の一覧

適用対象