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에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET