113 строки
7.8 KiB
YAML
113 строки
7.8 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel"
|
|
name: "DefaultConsistencyLevel"
|
|
nameWithType: "DefaultConsistencyLevel"
|
|
summary: "Defines values for Default<wbr>Consistency<wbr>Level."
|
|
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.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 **DefaultConsistencyLevel**</br> extends <xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel?alt=com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel&text=DefaultConsistencyLevel\" data-throw-if-not-resolved=\"False\" />>"
|
|
fields:
|
|
- uid: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.BOUNDED_STALENESS"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.BOUNDED_STALENESS"
|
|
name: "BOUNDED_STALENESS"
|
|
nameWithType: "DefaultConsistencyLevel.BOUNDED_STALENESS"
|
|
summary: "Enum value Bounded<wbr>Staleness."
|
|
desc: "Enum value BoundedStaleness."
|
|
- uid: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.CONSISTENT_PREFIX"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.CONSISTENT_PREFIX"
|
|
name: "CONSISTENT_PREFIX"
|
|
nameWithType: "DefaultConsistencyLevel.CONSISTENT_PREFIX"
|
|
summary: "Enum value Consistent<wbr>Prefix."
|
|
desc: "Enum value ConsistentPrefix."
|
|
- uid: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.EVENTUAL"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.EVENTUAL"
|
|
name: "EVENTUAL"
|
|
nameWithType: "DefaultConsistencyLevel.EVENTUAL"
|
|
summary: "Enum value Eventual."
|
|
desc: "Enum value Eventual."
|
|
- uid: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.SESSION"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.SESSION"
|
|
name: "SESSION"
|
|
nameWithType: "DefaultConsistencyLevel.SESSION"
|
|
summary: "Enum value Session."
|
|
desc: "Enum value Session."
|
|
- uid: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.STRONG"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.STRONG"
|
|
name: "STRONG"
|
|
nameWithType: "DefaultConsistencyLevel.STRONG"
|
|
summary: "Enum value Strong."
|
|
desc: "Enum value Strong."
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.fromString(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.fromString(String value)"
|
|
name: "fromString(String value)"
|
|
nameWithType: "DefaultConsistencyLevel.fromString(String value)"
|
|
summary: "Parses a serialized value to a Default<wbr>Consistency<wbr>Level instance."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "the serialized value to parse."
|
|
name: "value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static DefaultConsistencyLevel fromString(String value)"
|
|
desc: "Parses a serialized value to a DefaultConsistencyLevel instance."
|
|
returns:
|
|
description: "the parsed DefaultConsistencyLevel object, or null if unable to parse."
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel?alt=com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel&text=DefaultConsistencyLevel\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.toString()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.toString()"
|
|
name: "toString()"
|
|
nameWithType: "DefaultConsistencyLevel.toString()"
|
|
overridden: "java.lang.Enum.toString()"
|
|
syntax: "public String toString()"
|
|
returns:
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.valueOf(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "DefaultConsistencyLevel.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 DefaultConsistencyLevel valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel?alt=com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel&text=DefaultConsistencyLevel\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.values()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel.values()"
|
|
name: "values()"
|
|
nameWithType: "DefaultConsistencyLevel.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static DefaultConsistencyLevel[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel?alt=com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel&text=DefaultConsistencyLevel\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Defines values for DefaultConsistencyLevel."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cosmosdb"
|
|
artifact: com.microsoft.azure:azure-mgmt-cosmosdb:1.41.4
|