次の方法で共有


TransactionalBatchItemRequestOptions.IndexingDirective プロパティ

定義

Azure Cosmos DB サービスの要求のインデックス作成ディレクティブ (Include または Exclude) を取得または設定します。

public Microsoft.Azure.Cosmos.IndexingDirective? IndexingDirective { get; set; }
member this.IndexingDirective : Nullable<Microsoft.Azure.Cosmos.IndexingDirective> with get, set
Public Property IndexingDirective As Nullable(Of IndexingDirective)

プロパティ値

要求で使用するインデックス作成ディレクティブ。

適用対象

こちらもご覧ください