Package com.azure.storage.blob.options
Class BlobSetAccessTierOptions
java.lang.Object
com.azure.storage.blob.options.BlobSetAccessTierOptions
Extended options that may be passed when setting tier for a blob.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTier()
setLeaseId
(String leaseId) setPriority
(RehydratePriority priority) setTagsConditions
(String tagsConditions)
-
Constructor Details
-
BlobSetAccessTierOptions
- Parameters:
tier
- The new tier for the blob.
-
-
Method Details
-
getTier
- Returns:
- The new tier for the blob.
-
getPriority
- Returns:
- Priority to set for re-hydrating blobs.
-
setPriority
- Parameters:
priority
- Priority to set for re-hydrating blobs.- Returns:
- The updated BlobSetAccessTierOptions.
-
getLeaseId
- Returns:
- The lease ID the active lease on the blob must match.
-
setLeaseId
- Parameters:
leaseId
- The lease ID the active lease on the blob must match.- Returns:
- The updated BlobSetAccessTierOptions.
-
getTagsConditions
- Returns:
- The SQL statement that apply to the tags of the blob.
-
setTagsConditions
- Parameters:
tagsConditions
- The SQL statement that apply to the tags of the blob.- Returns:
- The updated BlobSetAccessTierOptions.
-