azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.documen...

80 строки
5.8 KiB
YAML

### YamlMime:JavaEnum
uid: "com.microsoft.azure.documentdb.OperationKind"
fullName: "com.microsoft.azure.documentdb.OperationKind"
name: "OperationKind"
nameWithType: "OperationKind"
summary: "Last writer wins conflict resolution mode"
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: "<xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)?alt=java.lang.Enum.<T>valueOf&text=<T>valueOf\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.clone()?alt=java.lang.Enum.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.compareTo(E)?alt=java.lang.Enum.compareTo&text=compareTo\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.describeConstable()?alt=java.lang.Enum.describeConstable&text=describeConstable\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.equals(java.lang.Object)?alt=java.lang.Enum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.finalize()?alt=java.lang.Enum.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.getDeclaringClass()?alt=java.lang.Enum.getDeclaringClass&text=getDeclaringClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.hashCode()?alt=java.lang.Enum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.name()?alt=java.lang.Enum.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.ordinal()?alt=java.lang.Enum.ordinal&text=ordinal\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.toString()?alt=java.lang.Enum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public enum **OperationKind**</br> extends <xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.documentdb.OperationKind?alt=com.microsoft.azure.documentdb.OperationKind&text=OperationKind\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.microsoft.azure.documentdb.OperationKind.create"
fullName: "com.microsoft.azure.documentdb.OperationKind.create"
name: "create"
nameWithType: "OperationKind.create"
- uid: "com.microsoft.azure.documentdb.OperationKind.delete"
fullName: "com.microsoft.azure.documentdb.OperationKind.delete"
name: "delete"
nameWithType: "OperationKind.delete"
- uid: "com.microsoft.azure.documentdb.OperationKind.invalid"
fullName: "com.microsoft.azure.documentdb.OperationKind.invalid"
name: "invalid"
nameWithType: "OperationKind.invalid"
- uid: "com.microsoft.azure.documentdb.OperationKind.read"
fullName: "com.microsoft.azure.documentdb.OperationKind.read"
name: "read"
nameWithType: "OperationKind.read"
- uid: "com.microsoft.azure.documentdb.OperationKind.replace"
fullName: "com.microsoft.azure.documentdb.OperationKind.replace"
name: "replace"
nameWithType: "OperationKind.replace"
methods:
- uid: "com.microsoft.azure.documentdb.OperationKind.valueOf(java.lang.String)"
fullName: "com.microsoft.azure.documentdb.OperationKind.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "OperationKind.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static OperationKind valueOf(String name)"
returns:
type: "<xref href=\"com.microsoft.azure.documentdb.OperationKind?alt=com.microsoft.azure.documentdb.OperationKind&text=OperationKind\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.documentdb.OperationKind.values()"
fullName: "com.microsoft.azure.documentdb.OperationKind.values()"
name: "values()"
nameWithType: "OperationKind.values()"
modifiers:
- "static"
syntax: "public static OperationKind[] values()"
returns:
type: "<xref href=\"com.microsoft.azure.documentdb.OperationKind?alt=com.microsoft.azure.documentdb.OperationKind&text=OperationKind\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Last writer wins conflict resolution mode\n\nThese are the operation types resulted in a version conflict on a resource. When a version conflict occurs during an async operation, retrieving the <xref uid=\"com.microsoft.azure.documentdb.Conflict\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Conflict\"></xref> instance will allow you to determine which resource and operation caused the conflict."
metadata: {}
package: "com.microsoft.azure.documentdb"
artifact: com.microsoft.azure:azure-documentdb:2.4.7