SearchIndexerLimits interface
Properties
max |
The maximum number of characters that will be extracted from a document picked up for indexing. NOTE: This property will not be serialized. It can only be populated by the server. |
max |
The maximum size of a document, in bytes, which will be considered valid for indexing. NOTE: This property will not be serialized. It can only be populated by the server. |
max |
The maximum duration that the indexer is permitted to run for one execution. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
maxDocumentContentCharactersToExtract
The maximum number of characters that will be extracted from a document picked up for indexing. NOTE: This property will not be serialized. It can only be populated by the server.
maxDocumentContentCharactersToExtract?: number
Property Value
number
maxDocumentExtractionSize
The maximum size of a document, in bytes, which will be considered valid for indexing. NOTE: This property will not be serialized. It can only be populated by the server.
maxDocumentExtractionSize?: number
Property Value
number
maxRunTime
The maximum duration that the indexer is permitted to run for one execution. NOTE: This property will not be serialized. It can only be populated by the server.
maxRunTime?: string
Property Value
string