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