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

ServiceLimits 类

定义

表示各种服务级别限制。

public class ServiceLimits
type ServiceLimits = class
Public Class ServiceLimits
继承
ServiceLimits

构造函数

ServiceLimits()

初始化 ServiceLimits 类的新实例。

ServiceLimits(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

初始化 ServiceLimits 类的新实例。

属性

MaxComplexCollectionFieldsPerIndex

获取或设置索引中允许的集合 (Edm.ComplexType) 的最大字段数。

MaxComplexObjectsInCollectionsPerDocument

获取或设置每个文档允许的复杂集合中的最大对象数。

MaxFieldNestingDepthPerIndex

获取或设置可在索引中嵌套子字段(包括顶级复杂字段)的最大深度。 例如,a/b/c 的嵌套深度为 3。

MaxFieldsPerIndex

获取或设置每个索引允许的最大字段数。

适用于