107 строки
6.5 KiB
YAML
107 строки
6.5 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.azure.search.models.IndexerExecutionStatus"
|
|
fullName: "com.azure.search.models.IndexerExecutionStatus"
|
|
name: "IndexerExecutionStatus"
|
|
nameWithType: "IndexerExecutionStatus"
|
|
summary: "Defines values for Indexer<wbr>Execution<wbr>Status."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
|
|
- 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#getClass--\">getClass</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#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 enum **IndexerExecutionStatus**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a><<xref href=\"com.azure.search.models.IndexerExecutionStatus?alt=com.azure.search.models.IndexerExecutionStatus&text=IndexerExecutionStatus\" data-throw-if-not-resolved=\"False\" />>"
|
|
fields:
|
|
- uid: "com.azure.search.models.IndexerExecutionStatus.IN_PROGRESS"
|
|
fullName: "com.azure.search.models.IndexerExecutionStatus.IN_PROGRESS"
|
|
name: "IN_PROGRESS"
|
|
nameWithType: "IndexerExecutionStatus.IN_PROGRESS"
|
|
summary: "Enum value in<wbr>Progress."
|
|
desc: "Enum value inProgress."
|
|
- uid: "com.azure.search.models.IndexerExecutionStatus.RESET"
|
|
fullName: "com.azure.search.models.IndexerExecutionStatus.RESET"
|
|
name: "RESET"
|
|
nameWithType: "IndexerExecutionStatus.RESET"
|
|
summary: "Enum value reset."
|
|
desc: "Enum value reset."
|
|
- uid: "com.azure.search.models.IndexerExecutionStatus.SUCCESS"
|
|
fullName: "com.azure.search.models.IndexerExecutionStatus.SUCCESS"
|
|
name: "SUCCESS"
|
|
nameWithType: "IndexerExecutionStatus.SUCCESS"
|
|
summary: "Enum value success."
|
|
desc: "Enum value success."
|
|
- uid: "com.azure.search.models.IndexerExecutionStatus.TRANSIENT_FAILURE"
|
|
fullName: "com.azure.search.models.IndexerExecutionStatus.TRANSIENT_FAILURE"
|
|
name: "TRANSIENT_FAILURE"
|
|
nameWithType: "IndexerExecutionStatus.TRANSIENT_FAILURE"
|
|
summary: "Enum value transient<wbr>Failure."
|
|
desc: "Enum value transientFailure."
|
|
methods:
|
|
- uid: "com.azure.search.models.IndexerExecutionStatus.fromString(java.lang.String)"
|
|
fullName: "com.azure.search.models.IndexerExecutionStatus.fromString(String value)"
|
|
name: "fromString(String value)"
|
|
nameWithType: "IndexerExecutionStatus.fromString(String value)"
|
|
summary: "Parses a serialized value to a Indexer<wbr>Execution<wbr>Status instance."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "the serialized value to parse."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static IndexerExecutionStatus fromString(String value)"
|
|
desc: "Parses a serialized value to a IndexerExecutionStatus instance."
|
|
returns:
|
|
description: "the parsed IndexerExecutionStatus object, or null if unable to parse."
|
|
type: "<xref href=\"com.azure.search.models.IndexerExecutionStatus?alt=com.azure.search.models.IndexerExecutionStatus&text=IndexerExecutionStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.IndexerExecutionStatus.toString()"
|
|
fullName: "com.azure.search.models.IndexerExecutionStatus.toString()"
|
|
name: "toString()"
|
|
nameWithType: "IndexerExecutionStatus.toString()"
|
|
overridden: "java.lang.Enum.toString()"
|
|
syntax: "public String toString()"
|
|
returns:
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.search.models.IndexerExecutionStatus.valueOf(java.lang.String)"
|
|
fullName: "com.azure.search.models.IndexerExecutionStatus.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "IndexerExecutionStatus.valueOf(String name)"
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static IndexerExecutionStatus valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.azure.search.models.IndexerExecutionStatus?alt=com.azure.search.models.IndexerExecutionStatus&text=IndexerExecutionStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.IndexerExecutionStatus.values()"
|
|
fullName: "com.azure.search.models.IndexerExecutionStatus.values()"
|
|
name: "values()"
|
|
nameWithType: "IndexerExecutionStatus.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static IndexerExecutionStatus[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.azure.search.models.IndexerExecutionStatus?alt=com.azure.search.models.IndexerExecutionStatus&text=IndexerExecutionStatus\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Defines values for IndexerExecutionStatus."
|
|
metadata: {}
|
|
package: "com.azure.search.models"
|
|
artifact: com.azure:azure-search:11.0.0-beta.1
|