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

ServiceLimits interface

表示各种服务级别限制。

属性

maxComplexCollectionFieldsPerIndex

索引中允许的集合 (Edm.ComplexType 类型的最大字段数) 。

maxComplexObjectsInCollectionsPerDocument

每个文档允许的复杂集合中的最大对象数。

maxFieldNestingDepthPerIndex

可以在索引中嵌套子字段的最大深度,包括顶级复杂字段。 例如,a/b/c 的嵌套深度为 3。

maxFieldsPerIndex

每个索引允许的最大字段数。

属性详细信息

maxComplexCollectionFieldsPerIndex

索引中允许的集合 (Edm.ComplexType 类型的最大字段数) 。

maxComplexCollectionFieldsPerIndex?: number

属性值

number

maxComplexObjectsInCollectionsPerDocument

每个文档允许的复杂集合中的最大对象数。

maxComplexObjectsInCollectionsPerDocument?: number

属性值

number

maxFieldNestingDepthPerIndex

可以在索引中嵌套子字段的最大深度,包括顶级复杂字段。 例如,a/b/c 的嵌套深度为 3。

maxFieldNestingDepthPerIndex?: number

属性值

number

maxFieldsPerIndex

每个索引允许的最大字段数。

maxFieldsPerIndex?: number

属性值

number