Package com.azure.cosmos.models
Class PriorityLevel
java.lang.Object
com.azure.cosmos.models.PriorityLevel
Enumeration specifying Priority Level of requests
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PriorityLevel
High Priority levelstatic final PriorityLevel
Low Priority level -
Method Summary
Modifier and TypeMethodDescriptionboolean
static PriorityLevel
fromString
(String name) Gets the corresponding priority level from its string representation.int
hashCode()
toString()
-
Field Details
-
HIGH
High Priority level -
LOW
Low Priority level
-
-
Method Details
-
fromString
Gets the corresponding priority level from its string representation.- Parameters:
name
- The name of the Cosmos priority level to convert.- Returns:
- The corresponding Cosmos priority level.
-
toString
-
hashCode
public int hashCode() -
equals
-