Uses of Class
com.azure.cosmos.models.PriorityLevel
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of PriorityLevel in com.azure.cosmos
Modifier and TypeMethodDescriptionThroughputControlGroupConfig.getPriorityLevel()
Get the throughput control group priority level.Modifier and TypeMethodDescriptionThroughputControlGroupConfigBuilder.priorityLevel
(PriorityLevel priorityLevel) Set the throughput control group priority level. -
Uses of PriorityLevel in com.azure.cosmos.models
Modifier and TypeFieldDescriptionstatic final PriorityLevel
PriorityLevel.HIGH
High Priority levelstatic final PriorityLevel
PriorityLevel.LOW
Low Priority levelModifier and TypeMethodDescriptionstatic PriorityLevel
PriorityLevel.fromString
(String name) Gets the corresponding priority level from its string representation.