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

76 строки
5.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.IndexerExecutionInfo"
fullName: "com.azure.search.models.IndexerExecutionInfo"
name: "IndexerExecutionInfo"
nameWithType: "IndexerExecutionInfo"
summary: "Represents the current status and execution history of an indexer."
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 **IndexerExecutionInfo**"
constructors:
- uid: "com.azure.search.models.IndexerExecutionInfo.IndexerExecutionInfo()"
fullName: "com.azure.search.models.IndexerExecutionInfo.IndexerExecutionInfo()"
name: "IndexerExecutionInfo()"
nameWithType: "IndexerExecutionInfo.IndexerExecutionInfo()"
syntax: "public IndexerExecutionInfo()"
methods:
- uid: "com.azure.search.models.IndexerExecutionInfo.getExecutionHistory()"
fullName: "com.azure.search.models.IndexerExecutionInfo.getExecutionHistory()"
name: "getExecutionHistory()"
nameWithType: "IndexerExecutionInfo.getExecutionHistory()"
summary: "Get the execution<wbr>History property: History of the recent indexer executions, sorted in reverse chronological order."
syntax: "public List<IndexerExecutionResult> getExecutionHistory()"
desc: "Get the executionHistory property: History of the recent indexer executions, sorted in reverse chronological order."
returns:
description: "the executionHistory value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.models.IndexerExecutionResult?alt=com.azure.search.models.IndexerExecutionResult&text=IndexerExecutionResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.search.models.IndexerExecutionInfo.getLastResult()"
fullName: "com.azure.search.models.IndexerExecutionInfo.getLastResult()"
name: "getLastResult()"
nameWithType: "IndexerExecutionInfo.getLastResult()"
summary: "Get the last<wbr>Result property: The result of the most recent or an in-progress indexer execution."
syntax: "public IndexerExecutionResult getLastResult()"
desc: "Get the lastResult property: The result of the most recent or an in-progress indexer execution."
returns:
description: "the lastResult value."
type: "<xref href=\"com.azure.search.models.IndexerExecutionResult?alt=com.azure.search.models.IndexerExecutionResult&text=IndexerExecutionResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.IndexerExecutionInfo.getLimits()"
fullName: "com.azure.search.models.IndexerExecutionInfo.getLimits()"
name: "getLimits()"
nameWithType: "IndexerExecutionInfo.getLimits()"
summary: "Get the limits property: The execution limits for the indexer."
syntax: "public IndexerLimits getLimits()"
desc: "Get the limits property: The execution limits for the indexer."
returns:
description: "the limits value."
type: "<xref href=\"com.azure.search.models.IndexerLimits?alt=com.azure.search.models.IndexerLimits&text=IndexerLimits\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.IndexerExecutionInfo.getStatus()"
fullName: "com.azure.search.models.IndexerExecutionInfo.getStatus()"
name: "getStatus()"
nameWithType: "IndexerExecutionInfo.getStatus()"
summary: "Get the status property: Overall indexer status."
syntax: "public IndexerStatus getStatus()"
desc: "Get the status property: Overall indexer status. Possible values include: 'unknown', 'error', 'running'."
returns:
description: "the status value."
type: "<xref href=\"com.azure.search.models.IndexerStatus?alt=com.azure.search.models.IndexerStatus&text=IndexerStatus\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents the current status and execution history of an indexer."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1