| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
static io.reactivex.Single<CommonRestResponse> |
TransferManager.uploadFileToBlockBlob(AsynchronousFileChannel file,
BlockBlobURL blockBlobURL,
int blockLength,
Integer maxSingleShotSize,
TransferManagerUploadToBlockBlobOptions options)
Uploads the contents of a file to a block blob in parallel, breaking it into block-size chunks if necessary.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.