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 PriorityLevelPriorityLevel.HIGHHigh Priority levelstatic final PriorityLevelPriorityLevel.LOWLow Priority levelMethods in com.azure.cosmos.models that return PriorityLevelModifier and TypeMethodDescriptionstatic PriorityLevelPriorityLevel.fromString(String name) Gets the corresponding priority level from its string representation.