Uses of Class
com.azure.storage.blob.models.BlobLeaseRequestConditions
-
Packages that use BlobLeaseRequestConditions Package Description com.azure.storage.blob.models Package containing classes for AzureBlobStorage.com.azure.storage.blob.options Package containing options model classes used by Azure Storage Blobs. -
-
Uses of BlobLeaseRequestConditions in com.azure.storage.blob.models
Subclasses of BlobLeaseRequestConditions in com.azure.storage.blob.models Modifier and Type Class Description classAppendBlobRequestConditionsThis class contains values that restrict the successful completion of AppendBlock operations to certain conditions.classBlobRequestConditionsThis class contains values which will restrict the successful operation of a variety of requests to the conditions present.classPageBlobRequestConditionsThis class contains values that restrict the successful completion of PageBlob operations to certain conditions.Methods in com.azure.storage.blob.models that return BlobLeaseRequestConditions Modifier and Type Method Description BlobLeaseRequestConditionsBlobLeaseRequestConditions. setIfMatch(String ifMatch)Optionally limit requests to resources that match the passed ETag.BlobLeaseRequestConditionsBlobLeaseRequestConditions. setIfModifiedSince(OffsetDateTime ifModifiedSince)Optionally limit requests to resources that have only been modified since the passeddatetime.BlobLeaseRequestConditionsBlobLeaseRequestConditions. setIfNoneMatch(String ifNoneMatch)Optionally limit requests to resources that do not match the passed ETag.BlobLeaseRequestConditionsBlobLeaseRequestConditions. setIfUnmodifiedSince(OffsetDateTime ifUnmodifiedSince)Optionally limit requests to resources that have remained unmodified since the passeddatetime.BlobLeaseRequestConditionsBlobLeaseRequestConditions. setTagsConditions(String tagsConditions)Optionally applies the SQL statement to the tags of the blob. -
Uses of BlobLeaseRequestConditions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlobLeaseRequestConditions Modifier and Type Method Description BlobLeaseRequestConditionsBlobAcquireLeaseOptions. getRequestConditions()BlobLeaseRequestConditionsBlobBreakLeaseOptions. getRequestConditions()BlobLeaseRequestConditionsBlobChangeLeaseOptions. getRequestConditions()BlobLeaseRequestConditionsBlobReleaseLeaseOptions. getRequestConditions()BlobLeaseRequestConditionsBlobRenewLeaseOptions. getRequestConditions()Methods in com.azure.storage.blob.options with parameters of type BlobLeaseRequestConditions Modifier and Type Method Description BlobAcquireLeaseOptionsBlobAcquireLeaseOptions. setRequestConditions(BlobLeaseRequestConditions requestConditions)BlobBreakLeaseOptionsBlobBreakLeaseOptions. setRequestConditions(BlobLeaseRequestConditions requestConditions)BlobChangeLeaseOptionsBlobChangeLeaseOptions. setRequestConditions(BlobLeaseRequestConditions requestConditions)BlobReleaseLeaseOptionsBlobReleaseLeaseOptions. setRequestConditions(BlobLeaseRequestConditions requestConditions)BlobRenewLeaseOptionsBlobRenewLeaseOptions. setRequestConditions(BlobLeaseRequestConditions requestConditions)
-