Share via


ServiceLimits interface

さまざまなサービス レベルの制限を表します。

プロパティ

maxComplexCollectionFieldsPerIndex

インデックスで許可される Collection(Edm.ComplexType) 型のフィールドの最大数。

maxComplexObjectsInCollectionsPerDocument

ドキュメントごとに許可される複雑なコレクション内のオブジェクトの最大数。

maxFieldNestingDepthPerIndex

最上位の複合フィールドを含む、インデックス内のサブフィールドを入れ子にできる最大深度。 たとえば、a/b/c の入れ子の深さは 3 です。

maxFieldsPerIndex

インデックスごとに許可される最大フィールド。

プロパティの詳細

maxComplexCollectionFieldsPerIndex

インデックスで許可される Collection(Edm.ComplexType) 型のフィールドの最大数。

maxComplexCollectionFieldsPerIndex?: number

プロパティ値

number

maxComplexObjectsInCollectionsPerDocument

ドキュメントごとに許可される複雑なコレクション内のオブジェクトの最大数。

maxComplexObjectsInCollectionsPerDocument?: number

プロパティ値

number

maxFieldNestingDepthPerIndex

最上位の複合フィールドを含む、インデックス内のサブフィールドを入れ子にできる最大深度。 たとえば、a/b/c の入れ子の深さは 3 です。

maxFieldNestingDepthPerIndex?: number

プロパティ値

number

maxFieldsPerIndex

インデックスごとに許可される最大フィールド。

maxFieldsPerIndex?: number

プロパティ値

number