SearchModelFactory.SearchServiceLimits Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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.
Nombre maximal de champs de type Collection(Edm.ComplexType) autorisés dans un index.
Nombre maximal d’objets dans des collections complexes autorisés par document.
Retours
Une nouvelle instance SearchServiceLimits pour les moqueries.
S’applique à
Azure SDK for .NET