BlobUploadOptions
Optional parameters for uploading to a Blob.
            
                
Optional  AccessTier to set on the
            Block Blob.
            
Optional  BlobRequestConditions to add
            conditions on the upload of this Block Blob.
            
Optional standard HTTP header properties that can be set for the
            new append blob.
            
Optional  BlobImmutabilityPolicy to set on the blob.
            Note that is parameter is only applicable to a blob within a container that
            has immutable storage with versioning enabled.
            
Optional.  Indicates if a legal hold should be placed on the blob.
            Note that is parameter is only applicable to a blob within a container that
            has immutable storage with versioning enabled.
            
Optional custom metadata to set for this append blob.
            For a sample code to set the metadata, see this article.
            
Optional  IProgress<T> to provide
            progress updates about data transfers.
            
Options tags to set for this block blob.
            
Optional  StorageTransferOptions to configure
            parallel transfer behavior.
            
Optional override settings for this client's  TransferValidation settings.
            This operation does not allow  PrecalculatedChecksum
            to be set.
            
public BlobUploadOptions()