RehydratePriority Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. storage. blob. models. RehydratePriority
- com.
- com.
public final class RehydratePriority
extends ExpandableStringEnum<RehydratePriority>
If an object is in rehydrate pending state then this header is returned with priority of rehydrate. Valid values are High and Standard.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Rehydrate |
HIGH
Static value High for Rehydrate |
static final
Rehydrate |
STANDARD
Static value Standard for Rehydrate |
Constructor Summary
Constructor | Description |
---|---|
RehydratePriority() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Rehydrate |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Rehydrate |
fromString(String name)
Creates or finds a Rehydrate |
static
Collection<Rehydrate |
values()
Gets known Rehydrate |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HIGH
public static final RehydratePriority HIGH
Static value High for RehydratePriority.
STANDARD
public static final RehydratePriority STANDARD
Static value Standard for RehydratePriority.
Constructor Details
RehydratePriority
@Deprecated
public RehydratePriority()
Deprecated
Creates a new instance of RehydratePriority value.
Method Details
fromString
public static RehydratePriority fromString(String name)
Creates or finds a RehydratePriority from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known RehydratePriority values.
Returns:
Applies to
Azure SDK for Java