你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceLimits interface
表示各种服务级别限制。
属性
max |
索引中允许的 Collection(Edm.ComplexType)类型字段的最大数目。 |
max |
每个文档允许的复杂集合中允许的最大对象数。 |
max |
可以在索引中嵌套子字段的最大深度,包括顶级复杂字段。 例如,a/b/c 的嵌套深度为 3。 |
max |
每个索引允许的最大字段数。 |
max |
每个索引允许的最大存储量(以字节为单位)。 |
属性详细信息
maxComplexCollectionFieldsPerIndex
索引中允许的 Collection(Edm.ComplexType)类型字段的最大数目。
maxComplexCollectionFieldsPerIndex?: number
属性值
number
maxComplexObjectsInCollectionsPerDocument
每个文档允许的复杂集合中允许的最大对象数。
maxComplexObjectsInCollectionsPerDocument?: number
属性值
number
maxFieldNestingDepthPerIndex
可以在索引中嵌套子字段的最大深度,包括顶级复杂字段。 例如,a/b/c 的嵌套深度为 3。
maxFieldNestingDepthPerIndex?: number
属性值
number
maxFieldsPerIndex
每个索引允许的最大字段数。
maxFieldsPerIndex?: number
属性值
number
maxStoragePerIndexInBytes
每个索引允许的最大存储量(以字节为单位)。
maxStoragePerIndexInBytes?: number
属性值
number