C# Class Aws.AzureTools.BlobExtensions

Show file Open project: RobBlackwell/AzureCommandLineTools

Public Methods

Method Description
ParallelUpload ( this blobRef, string filename, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options ) : void

Private Methods

Method Description
GenerateBase64BlockID ( long seqNo ) : string

Generates a unique Base64 encoded blockID

ParallelUpload ( this blobRef, Stream sourceStream, UploadInfo uploadInfo, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options ) : void

Method Details

ParallelUpload() public static method

public static ParallelUpload ( this blobRef, string filename, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options ) : void
blobRef this
filename string
options Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions
return void