Partager via


SearchModelFactory.SearchServiceLimits Méthode

Définition

Initialise une nouvelle instance de SearchServiceLimits.

public static Azure.Search.Documents.Indexes.Models.SearchServiceLimits SearchServiceLimits (int? maxFieldsPerIndex, int? maxFieldNestingDepthPerIndex, int? maxComplexCollectionFieldsPerIndex, int? maxComplexObjectsInCollectionsPerDocument);
static member SearchServiceLimits : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.Search.Documents.Indexes.Models.SearchServiceLimits
Public Shared Function SearchServiceLimits (maxFieldsPerIndex As Nullable(Of Integer), maxFieldNestingDepthPerIndex As Nullable(Of Integer), maxComplexCollectionFieldsPerIndex As Nullable(Of Integer), maxComplexObjectsInCollectionsPerDocument As Nullable(Of Integer)) As SearchServiceLimits

Paramètres

maxFieldsPerIndex
Nullable<Int32>

Nombre maximal de champs autorisés par index.

maxFieldNestingDepthPerIndex
Nullable<Int32>

Profondeur maximale à laquelle vous pouvez imbriquer des sous-champs dans un index, y compris le champ complexe de niveau supérieur. Par exemple, a/b/c a une profondeur d’imbrication de 3.

maxComplexCollectionFieldsPerIndex
Nullable<Int32>

Nombre maximal de champs de type Collection(Edm.ComplexType) autorisés dans un index.

maxComplexObjectsInCollectionsPerDocument
Nullable<Int32>

Nombre maximal d’objets dans des collections complexes autorisés par document.

Retours

Une nouvelle instance SearchServiceLimits pour les moqueries.

S’applique à