Uses of Class
com.azure.cosmos.models.PriorityLevel
Packages that use 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
Methods in com.azure.cosmos that return PriorityLevelModifier and TypeMethodDescriptionThroughputControlGroupConfig.getPriorityLevel()
Get the throughput control group priority level.Methods in com.azure.cosmos with parameters of type PriorityLevelModifier and TypeMethodDescriptionThroughputControlGroupConfigBuilder.priorityLevel
(PriorityLevel priorityLevel) Set the throughput control group priority level. -
Uses of PriorityLevel in com.azure.cosmos.models
Fields in com.azure.cosmos.models declared as PriorityLevelModifier and TypeFieldDescriptionstatic final PriorityLevel
PriorityLevel.HIGH
High Priority levelstatic final PriorityLevel
PriorityLevel.LOW
Low Priority levelMethods in com.azure.cosmos.models that return PriorityLevelModifier and TypeMethodDescriptionstatic PriorityLevel
PriorityLevel.fromString
(String name) Gets the corresponding priority level from its string representation.