ServiceLimits クラス

定義

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

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

コンストラクター

ServiceLimits()

ServiceLimits クラスの新しいインスタンスを初期化します。

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

ServiceLimits クラスの新しいインスタンスを初期化します。

プロパティ

MaxComplexCollectionFieldsPerIndex

インデックスで許可される Collection(Edm.ComplexType) 型のフィールドの最大数を取得または設定します。

MaxComplexObjectsInCollectionsPerDocument

ドキュメントごとに許可される複雑なコレクション内のオブジェクトの最大数を取得または設定します。

MaxFieldNestingDepthPerIndex

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

MaxFieldsPerIndex

インデックスごとに許可される最大フィールドを取得または設定します。

適用対象