public class BlobBeginCopyOptions extends Object
| Constructor and Description |
|---|
BlobBeginCopyOptions(String sourceUrl) |
public BlobBeginCopyOptions(String sourceUrl)
sourceUrl - The source URL to copy from. URLs outside of Azure may only be copied to block blobs.public String getSourceUrl()
public Map<String,String> getMetadata()
public BlobBeginCopyOptions setMetadata(Map<String,String> metadata)
metadata - The metadata to associate with the destination blob.public BlobBeginCopyOptions setTags(Map<String,String> tags)
tags - The tags to associate with the blob.public AccessTier getTier()
AccessTier for the destination blob.public BlobBeginCopyOptions setTier(AccessTier tier)
tier - AccessTier for the destination blob.public RehydratePriority getRehydratePriority()
RehydratePriority for rehydrating the blob.public BlobBeginCopyOptions setRehydratePriority(RehydratePriority rehydratePriority)
rehydratePriority - RehydratePriority for rehydrating the blob.public BlobBeginCopySourceRequestConditions getSourceRequestConditions()
BlobBeginCopySourceRequestConditions for the source.public BlobBeginCopyOptions setSourceRequestConditions(BlobBeginCopySourceRequestConditions sourceRequestConditions)
sourceRequestConditions - BlobBeginCopySourceRequestConditions for the source.public BlobRequestConditions getDestinationRequestConditions()
BlobRequestConditions for the destination.public BlobBeginCopyOptions setDestinationRequestConditions(BlobRequestConditions destinationRequestConditions)
destinationRequestConditions - BlobRequestConditions for the destinationpublic Duration getPollInterval()
public BlobBeginCopyOptions setPollInterval(Duration pollInterval)
pollInterval - Duration between each poll for the copy status. If none is specified, a default of one second
is used.public Boolean isSealDestination()
public BlobBeginCopyOptions setSealDestination(Boolean sealDestination)
sealDestination - Whether or not the destination blob should be sealed (marked as read only).Copyright © 2020 Microsoft Corporation. All rights reserved.