| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
| Modifier and Type | Method and Description |
|---|---|
static io.reactivex.Single<CommonRestResponse> |
TransferManager.uploadFileToBlockBlob(AsynchronousFileChannel file,
BlockBlobURL blockBlobURL,
int blockLength,
TransferManagerUploadToBlockBlobOptions 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.