次の方法で共有


IndexingPolicyDefinition<T>.WithAutomaticIndexing(Boolean) メソッド

定義

Container自動インデックス作成を定義します。

public Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition<T> WithAutomaticIndexing (bool enabled);
member this.WithAutomaticIndexing : bool -> Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition<'T>
Public Function WithAutomaticIndexing (enabled As Boolean) As IndexingPolicyDefinition(Of T)

パラメーター

enabled
Boolean

自動インデックス作成を有効にするかどうかを定義します。

戻り値

IndexingPolicyDefinition<T> のインスタンス。

適用対象