BlobSyncUploadFromUriOptions
Optional parameters for  SyncUploadFromUri.
            
                
Optional  AccessTier to set on the
            Block Blob.
            
Optional. An MD5 hash of the content. This hash is used to verify the integrity of the content during
            transport. When this header is specified, the storage service compares the hash of the content that has arrived
            with this header value. Note that this MD5 hash is not stored with the blob.If the two hashes do not match, the
            operation will fail.
            
The copy source blob properties behavior.  If true, the properties
            of the source blob will be copied to the new blob.  Default is true.
            
Optional.  Indicates if the source blob's tags should be copied to the destination blob,
            or replaced on the destination blob with the tags specified by  Tags.
            Default is to replace.
            
Optional  BlobRequestConditions to add
            conditions on the copyig of data to this Block Blob.
            
Optional standard HTTP header properties that can be set for the
            new append blob.
            
Optional custom metadata to set for this append blob.
            
Optional.  Source authentication used to access the source blob.
            
Optional  BlobRequestConditions to add
            conditions on the copying of data from this source blob.
            
Options tags to set for this block blob.
            
public BlobSyncUploadFromUriOptions()