Compartir a través de


SearchModelFactory.SearchServiceLimits Método

Definición

Inicializa una nueva instancia 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

Parámetros

maxFieldsPerIndex
Nullable<Int32>

Los campos máximos permitidos por índice.

maxFieldNestingDepthPerIndex
Nullable<Int32>

Profundidad máxima que puede anidar subcampos en un índice, incluido el campo complejo de nivel superior. Por ejemplo, a/b/c tiene una profundidad de anidamiento de 3.

maxComplexCollectionFieldsPerIndex
Nullable<Int32>

Número máximo de campos de tipo Collection(Edm.ComplexType) permitido en un índice.

maxComplexObjectsInCollectionsPerDocument
Nullable<Int32>

Número máximo de objetos en colecciones complejas permitidas por documento.

Devoluciones

Nueva instancia de SearchServiceLimits para simular.

Se aplica a