Package | Description |
---|---|
com.microsoft.azure.storage.blob |
Modifier and Type | Field and Description |
---|---|
static TransferManager.UploadToBlockBlobOptions |
TransferManager.UploadToBlockBlobOptions.DEFAULT
An object which represents the default parallel upload options.
|
Modifier and Type | Method and Description |
---|---|
static io.reactivex.Single<CommonRestResponse> |
TransferManager.uploadFileToBlockBlob(AsynchronousFileChannel file,
BlockBlobURL blockBlobURL,
int blockLength,
TransferManager.UploadToBlockBlobOptions options)
Uploads the contents of a file to a block blob in parallel, breaking it into block-size chunks if necessary.
|
This documentation was released into the public domain.