azure-docs-sdk-java/docs-ref-autogen/com.azure.cosmos.models.Pri...

98 строки
5.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.cosmos.models.PriorityLevel"
fullName: "com.azure.cosmos.models.PriorityLevel"
name: "PriorityLevel"
nameWithType: "PriorityLevel"
summary: "Enumeration specifying Priority Level of requests"
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 **PriorityLevel**"
fields:
- uid: "com.azure.cosmos.models.PriorityLevel.HIGH"
fullName: "com.azure.cosmos.models.PriorityLevel.HIGH"
name: "HIGH"
nameWithType: "PriorityLevel.HIGH"
summary: "High Priority level"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.cosmos.models.PriorityLevel?alt=com.azure.cosmos.models.PriorityLevel&text=PriorityLevel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PriorityLevel HIGH"
desc: "High Priority level"
- uid: "com.azure.cosmos.models.PriorityLevel.LOW"
fullName: "com.azure.cosmos.models.PriorityLevel.LOW"
name: "LOW"
nameWithType: "PriorityLevel.LOW"
summary: "Low Priority level"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.cosmos.models.PriorityLevel?alt=com.azure.cosmos.models.PriorityLevel&text=PriorityLevel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PriorityLevel LOW"
desc: "Low Priority level"
methods:
- uid: "com.azure.cosmos.models.PriorityLevel.equals(java.lang.Object)"
fullName: "com.azure.cosmos.models.PriorityLevel.equals(Object obj)"
name: "equals(Object obj)"
nameWithType: "PriorityLevel.equals(Object obj)"
overridden: "java.lang.Object.equals(java.lang.Object)"
parameters:
- name: "obj"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public boolean equals(Object obj)"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.PriorityLevel.fromString(java.lang.String)"
fullName: "com.azure.cosmos.models.PriorityLevel.fromString(String name)"
name: "fromString(String name)"
nameWithType: "PriorityLevel.fromString(String name)"
summary: "Gets the corresponding priority level from its string representation."
modifiers:
- "static"
parameters:
- description: "The name of the Cosmos priority level to convert."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static PriorityLevel fromString(String name)"
desc: "Gets the corresponding priority level from its string representation."
returns:
description: "The corresponding Cosmos priority level."
type: "<xref href=\"com.azure.cosmos.models.PriorityLevel?alt=com.azure.cosmos.models.PriorityLevel&text=PriorityLevel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.PriorityLevel.hashCode()"
fullName: "com.azure.cosmos.models.PriorityLevel.hashCode()"
name: "hashCode()"
nameWithType: "PriorityLevel.hashCode()"
overridden: "java.lang.Object.hashCode()"
syntax: "public int hashCode()"
returns:
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.PriorityLevel.toString()"
fullName: "com.azure.cosmos.models.PriorityLevel.toString()"
name: "toString()"
nameWithType: "PriorityLevel.toString()"
overridden: "java.lang.Object.toString()"
syntax: "public String toString()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Enumeration specifying Priority Level of requests"
metadata: {}
package: "com.azure.cosmos.models"
artifact: com.azure:azure-cosmos:4.63.3