SearchModelFactory.SearchServiceLimits Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância 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
A profundidade máxima que você pode aninhar subcampos em um índice, incluindo o campo complexo de nível superior. Por exemplo, a/b/c tem uma profundidade de aninhamento de 3.
O número máximo de campos do tipo Collection(Edm.ComplexType) permitidos em um índice.
O número máximo de objetos em coleções complexas permitidas por documento.
Retornos
Uma nova instância SearchServiceLimits para zombar.
Aplica-se a
Azure SDK for .NET