SearchModelFactory.SearchIndexerLimits Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SearchIndexerLimits.
public static Azure.Search.Documents.Indexes.Models.SearchIndexerLimits SearchIndexerLimits (TimeSpan? maxRunTime, long? maxDocumentExtractionSize, long? maxDocumentContentCharactersToExtract);
static member SearchIndexerLimits : Nullable<TimeSpan> * Nullable<int64> * Nullable<int64> -> Azure.Search.Documents.Indexes.Models.SearchIndexerLimits
Public Shared Function SearchIndexerLimits (maxRunTime As Nullable(Of TimeSpan), maxDocumentExtractionSize As Nullable(Of Long), maxDocumentContentCharactersToExtract As Nullable(Of Long)) As SearchIndexerLimits
Parameters
The maximum duration that the indexer is permitted to run for one execution.
The maximum size of a document, in bytes, which will be considered valid for indexing.
The maximum number of characters that will be extracted from a document picked up for indexing.
Returns
A new SearchIndexerLimits instance for mocking.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET