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
Azure SDK for .NET