Uses of Class
com.azure.storage.blob.models.BlobLeaseRequestConditions
Package
Description
Package containing the data models for AzureBlobStorage.
Package containing options model classes used by Azure Storage Blobs.
-
Uses of BlobLeaseRequestConditions in com.azure.storage.blob.models
Modifier and TypeClassDescriptionfinal class
This class contains values that restrict the successful completion of AppendBlock operations to certain conditions.class
This class contains values which will restrict the successful operation of a variety of requests to the conditions present.final class
This class contains values that restrict the successful completion of PageBlob operations to certain conditions.Modifier and TypeMethodDescriptionBlobLeaseRequestConditions.setIfMatch
(String ifMatch) Optionally limit requests to resources that match the passed ETag.BlobLeaseRequestConditions.setIfModifiedSince
(OffsetDateTime ifModifiedSince) Optionally limit requests to resources that have only been modified since the passeddatetime
.BlobLeaseRequestConditions.setIfNoneMatch
(String ifNoneMatch) Optionally limit requests to resources that do not match the passed ETag.BlobLeaseRequestConditions.setIfUnmodifiedSince
(OffsetDateTime ifUnmodifiedSince) Optionally limit requests to resources that have remained unmodified since the passeddatetime
.BlobLeaseRequestConditions.setTagsConditions
(String tagsConditions) Optionally applies the SQL statement to the tags of the blob. -
Uses of BlobLeaseRequestConditions in com.azure.storage.blob.options
Modifier and TypeMethodDescriptionBlobAcquireLeaseOptions.getRequestConditions()
BlobBreakLeaseOptions.getRequestConditions()
BlobChangeLeaseOptions.getRequestConditions()
BlobReleaseLeaseOptions.getRequestConditions()
BlobRenewLeaseOptions.getRequestConditions()
Modifier and TypeMethodDescriptionBlobAcquireLeaseOptions.setRequestConditions
(BlobLeaseRequestConditions requestConditions) BlobBreakLeaseOptions.setRequestConditions
(BlobLeaseRequestConditions requestConditions) BlobChangeLeaseOptions.setRequestConditions
(BlobLeaseRequestConditions requestConditions) BlobReleaseLeaseOptions.setRequestConditions
(BlobLeaseRequestConditions requestConditions) BlobRenewLeaseOptions.setRequestConditions
(BlobLeaseRequestConditions requestConditions)