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

IncludedPath.Indexes 属性

定义

获取或设置要应用于 Azure Cosmos DB 服务中此包含路径的对象集合 Index

[Newtonsoft.Json.JsonProperty(PropertyName="indexes")]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.Index> Indexes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="indexes")>]
member this.Indexes : System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.Index> with get, set
Public Property Indexes As Collection(Of Index)

属性值

要应用于此包含路径的 对象的集合 Index

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于