共用方式為


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