Package | Description |
---|---|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
BlockBlobURL |
ContainerURL.createBlockBlobURL(String blobName)
Creates a new
BlockBlobURL object by concatenating the blobName to the end of
ContainerURL's URL. |
BlockBlobURL |
BlobURL.toBlockBlobURL()
Converts this BlobURL to a
BlockBlobURL object. |
BlockBlobURL |
BlockBlobURL.withPipeline(com.microsoft.rest.v2.http.HttpPipeline pipeline)
Creates a new
BlockBlobURL with the given pipeline. |
BlockBlobURL |
BlockBlobURL.withSnapshot(String snapshot)
Creates a new
BlockBlobURL with the given snapshot. |
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.