SearchIndexerLimits Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. SearchIndexerLimits
- com.
Implements
public final class SearchIndexerLimits
implements JsonSerializable<SearchIndexerLimits>
The SearchIndexerLimits model.
Constructor Summary
Constructor | Description |
---|---|
SearchIndexerLimits() |
Creates an instance of Search |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Search |
fromJson(JsonReader jsonReader)
Reads an instance of Search |
Long |
getMaxDocumentContentCharactersToExtract()
Get the max |
Long |
getMaxDocumentExtractionSize()
Get the max |
Duration |
getMaxRunTime()
Get the max |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SearchIndexerLimits
public SearchIndexerLimits()
Creates an instance of SearchIndexerLimits class.
Method Details
fromJson
public static SearchIndexerLimits fromJson(JsonReader jsonReader)
Reads an instance of SearchIndexerLimits from the JsonReader.
Parameters:
Returns:
Throws:
getMaxDocumentContentCharactersToExtract
public Long getMaxDocumentContentCharactersToExtract()
Get the maxDocumentContentCharactersToExtract property: The maximum number of characters that will be extracted from a document picked up for indexing.
Returns:
getMaxDocumentExtractionSize
public Long getMaxDocumentExtractionSize()
Get the maxDocumentExtractionSize property: The maximum size of a document, in bytes, which will be considered valid for indexing.
Returns:
getMaxRunTime
public Duration getMaxRunTime()
Get the maxRunTime property: The maximum duration that the indexer is permitted to run for one execution.
Returns:
toJson
Applies to
Azure SDK for Java