Uses of Class
com.azure.storage.blob.models.BlobCopySourceTagsMode
Packages that use BlobCopySourceTagsMode
Package
Description
Package containing the data models for AzureBlobStorage.
Package containing options model classes used by Azure Storage Blobs.
-
Uses of BlobCopySourceTagsMode in com.azure.storage.blob.models
Fields in com.azure.storage.blob.models declared as BlobCopySourceTagsModeModifier and TypeFieldDescriptionstatic final BlobCopySourceTagsModeBlobCopySourceTagsMode.COPYStatic value COPY for BlobCopySourceTagsMode.static final BlobCopySourceTagsModeBlobCopySourceTagsMode.REPLACEStatic value REPLACE for BlobCopySourceTagsMode.Methods in com.azure.storage.blob.models that return BlobCopySourceTagsModeModifier and TypeMethodDescriptionstatic BlobCopySourceTagsModeBlobCopySourceTagsMode.fromString(String name) Creates or finds a BlobCopySourceTagsMode from its string representation.Methods in com.azure.storage.blob.models that return types with arguments of type BlobCopySourceTagsModeModifier and TypeMethodDescriptionstatic Collection<BlobCopySourceTagsMode> BlobCopySourceTagsMode.values()Gets known BlobCopySourceTagsMode values. -
Uses of BlobCopySourceTagsMode in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlobCopySourceTagsModeModifier and TypeMethodDescriptionBlobCopyFromUrlOptions.getCopySourceTagsMode()Gets the copy source tags mode.BlobUploadFromUrlOptions.getCopySourceTagsMode()Gets the copy source tags modeMethods in com.azure.storage.blob.options with parameters of type BlobCopySourceTagsModeModifier and TypeMethodDescriptionBlobCopyFromUrlOptions.setCopySourceTagsMode(BlobCopySourceTagsMode copySourceTags) Sets the copy source tags modeBlobUploadFromUrlOptions.setCopySourceTagsMode(BlobCopySourceTagsMode copySourceTags) Sets the copy source tags mode