你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

属性值

要与请求一起使用的索引指令。

适用于

另请参阅