Package com.azure.storage.blob.options
Class BlobSetTagsOptions
java.lang.Object
com.azure.storage.blob.options.BlobSetTagsOptions
Extended options that may be passed when setting tags for a blob.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTags()setRequestConditions(BlobRequestConditions requestConditions)
-
Constructor Details
-
BlobSetTagsOptions
- Parameters:
tags- Tags to associate with the blob.
-
-
Method Details
-
getTags
- Returns:
- The tags to associate with the blob.
-
getRequestConditions
- Returns:
BlobRequestConditions
-
setRequestConditions
- Parameters:
requestConditions-BlobRequestConditions- Returns:
- The updated options.
-