Uses of Class
com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
Package
Description
Package containing the data models for AzureBlobStorage.
Package containing options model classes used by Azure Storage Blobs.
-
Uses of BlobBeginCopySourceRequestConditions in com.azure.storage.blob.models
Modifier and TypeMethodDescriptionBlobBeginCopySourceRequestConditions.setIfMatch
(String ifMatch) Optionally limit requests to resources that match the passed ETag.BlobBeginCopySourceRequestConditions.setIfModifiedSince
(OffsetDateTime ifModifiedSince) Optionally limit requests to resources that have only been modified since the passeddatetime
.BlobBeginCopySourceRequestConditions.setIfNoneMatch
(String ifNoneMatch) Optionally limit requests to resources that do not match the passed ETag.BlobBeginCopySourceRequestConditions.setIfUnmodifiedSince
(OffsetDateTime ifUnmodifiedSince) Optionally limit requests to resources that have remained unmodified since the passeddatetime
.BlobBeginCopySourceRequestConditions.setTagsConditions
(String tagsConditions) Optionally applies the SQL statement to the tags of the blob. -
Uses of BlobBeginCopySourceRequestConditions in com.azure.storage.blob.options
Modifier and TypeMethodDescriptionBlobBeginCopyOptions.setSourceRequestConditions
(BlobBeginCopySourceRequestConditions sourceRequestConditions)