Uses of Class
com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
-
Packages that use BlobBeginCopySourceRequestConditions 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 BlobBeginCopySourceRequestConditions in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobBeginCopySourceRequestConditions Modifier and Type Method Description BlobBeginCopySourceRequestConditionsBlobBeginCopySourceRequestConditions. setIfMatch(String ifMatch)Optionally limit requests to resources that match the passed ETag.BlobBeginCopySourceRequestConditionsBlobBeginCopySourceRequestConditions. setIfModifiedSince(OffsetDateTime ifModifiedSince)Optionally limit requests to resources that have only been modified since the passeddatetime.BlobBeginCopySourceRequestConditionsBlobBeginCopySourceRequestConditions. setIfNoneMatch(String ifNoneMatch)Optionally limit requests to resources that do not match the passed ETag.BlobBeginCopySourceRequestConditionsBlobBeginCopySourceRequestConditions. setIfUnmodifiedSince(OffsetDateTime ifUnmodifiedSince)Optionally limit requests to resources that have remained unmodified since the passeddatetime.BlobBeginCopySourceRequestConditionsBlobBeginCopySourceRequestConditions. setTagsConditions(String tagsConditions)Optionally applies the SQL statement to the tags of the blob. -
Uses of BlobBeginCopySourceRequestConditions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlobBeginCopySourceRequestConditions Modifier and Type Method Description BlobBeginCopySourceRequestConditionsBlobBeginCopyOptions. getSourceRequestConditions()Methods in com.azure.storage.blob.options with parameters of type BlobBeginCopySourceRequestConditions Modifier and Type Method Description BlobBeginCopyOptionsBlobBeginCopyOptions. setSourceRequestConditions(BlobBeginCopySourceRequestConditions sourceRequestConditions)
-