Uses of Class
com.azure.storage.blob.batch.options.BlobBatchSetBlobAccessTierOptions
Packages that use BlobBatchSetBlobAccessTierOptions
Package
Description
Package containing the classes for Azure Storage Blob batching.
Package containing options model classes for Azure Storage Blob batching.
-
Uses of BlobBatchSetBlobAccessTierOptions in com.azure.storage.blob.batch
Methods in com.azure.storage.blob.batch with parameters of type BlobBatchSetBlobAccessTierOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Void> BlobBatch.setBlobAccessTier(BlobBatchSetBlobAccessTierOptions options) Adds a set tier operation to the batch. -
Uses of BlobBatchSetBlobAccessTierOptions in com.azure.storage.blob.batch.options
Methods in com.azure.storage.blob.batch.options that return BlobBatchSetBlobAccessTierOptionsModifier and TypeMethodDescriptionBlobBatchSetBlobAccessTierOptions.setLeaseId(String leaseId) Sets the lease ID the active lease on the blobs must match.BlobBatchSetBlobAccessTierOptions.setPriority(RehydratePriority priority) Sets the priority to set for re-hydrating blob.BlobBatchSetBlobAccessTierOptions.setSnapshot(String snapshot) Sets the snapshot of the blob to set its access tier.BlobBatchSetBlobAccessTierOptions.setTagsConditions(String tagsConditions) Sets the SQL statement that apply to the tags of the blob.BlobBatchSetBlobAccessTierOptions.setVersionId(String versionId) Sets the version id of the blob to set its access tier.