azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Ind...

66 строки
4.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.IndexerLimits"
fullName: "com.azure.search.models.IndexerLimits"
name: "IndexerLimits"
nameWithType: "IndexerLimits"
summary: "The Indexer<wbr>Limits model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **IndexerLimits**"
constructors:
- uid: "com.azure.search.models.IndexerLimits.IndexerLimits()"
fullName: "com.azure.search.models.IndexerLimits.IndexerLimits()"
name: "IndexerLimits()"
nameWithType: "IndexerLimits.IndexerLimits()"
syntax: "public IndexerLimits()"
methods:
- uid: "com.azure.search.models.IndexerLimits.getMaxDocumentContentCharactersToExtract()"
fullName: "com.azure.search.models.IndexerLimits.getMaxDocumentContentCharactersToExtract()"
name: "getMaxDocumentContentCharactersToExtract()"
nameWithType: "IndexerLimits.getMaxDocumentContentCharactersToExtract()"
summary: "Get the max<wbr>Document<wbr>Content<wbr>Characters<wbr>ToExtract property: The maximum number of characters that will be extracted from a document picked up for indexing."
syntax: "public Double getMaxDocumentContentCharactersToExtract()"
desc: "Get the maxDocumentContentCharactersToExtract property: The maximum number of characters that will be extracted from a document picked up for indexing."
returns:
description: "the maxDocumentContentCharactersToExtract value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.search.models.IndexerLimits.getMaxDocumentExtractionSize()"
fullName: "com.azure.search.models.IndexerLimits.getMaxDocumentExtractionSize()"
name: "getMaxDocumentExtractionSize()"
nameWithType: "IndexerLimits.getMaxDocumentExtractionSize()"
summary: "Get the max<wbr>Document<wbr>Extraction<wbr>Size property: The maximum size of a document, in bytes, which will be considered valid for indexing."
syntax: "public Double getMaxDocumentExtractionSize()"
desc: "Get the maxDocumentExtractionSize property: The maximum size of a document, in bytes, which will be considered valid for indexing."
returns:
description: "the maxDocumentExtractionSize value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.search.models.IndexerLimits.getMaxRunTime()"
fullName: "com.azure.search.models.IndexerLimits.getMaxRunTime()"
name: "getMaxRunTime()"
nameWithType: "IndexerLimits.getMaxRunTime()"
summary: "Get the max<wbr>Run<wbr>Time property: The maximum duration that the indexer is permitted to run for one execution."
syntax: "public Duration getMaxRunTime()"
desc: "Get the maxRunTime property: The maximum duration that the indexer is permitted to run for one execution."
returns:
description: "the maxRunTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
type: "class"
desc: "The IndexerLimits model."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1