ServiceLimits コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ServiceLimits() |
ServiceLimits クラスの新しいインスタンスを初期化します。 |
ServiceLimits(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
ServiceLimits クラスの新しいインスタンスを初期化します。 |
ServiceLimits()
- ソース:
- ServiceLimits.cs
ServiceLimits クラスの新しいインスタンスを初期化します。
public ServiceLimits ();
Public Sub New ()
適用対象
ServiceLimits(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
- ソース:
- ServiceLimits.cs
ServiceLimits クラスの新しいインスタンスを初期化します。
public ServiceLimits (int? maxFieldsPerIndex = default, int? maxFieldNestingDepthPerIndex = default, int? maxComplexCollectionFieldsPerIndex = default, int? maxComplexObjectsInCollectionsPerDocument = default);
new Microsoft.Azure.Search.Models.ServiceLimits : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Search.Models.ServiceLimits
Public Sub New (Optional maxFieldsPerIndex As Nullable(Of Integer) = Nothing, Optional maxFieldNestingDepthPerIndex As Nullable(Of Integer) = Nothing, Optional maxComplexCollectionFieldsPerIndex As Nullable(Of Integer) = Nothing, Optional maxComplexObjectsInCollectionsPerDocument As Nullable(Of Integer) = Nothing)
パラメーター
最上位の複合フィールドを含む、インデックスにサブフィールドを入れ子にできる最大深度。 たとえば、a/b/c の入れ子の深さは 3 です。
インデックスで使用できる Collection(Edm.ComplexType) 型のフィールドの最大数。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET