Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
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,
Integer maxSingleShotSize,
TransferManagerUploadToBlockBlobOptions options)
Uploads the contents of a file to a block blob in parallel, breaking it into block-size chunks if necessary.
|
static io.reactivex.Single<BlockBlobCommitBlockListResponse> |
TransferManager.uploadFromNonReplayableFlowable(io.reactivex.Flowable<ByteBuffer> source,
BlockBlobURL blockBlobURL,
int blockSize,
int numBuffers,
TransferManagerUploadToBlockBlobOptions options)
Uploads the contents of an arbitrary
Flowable to a block blob. |
Copyright © 2019 Microsoft Corporation. All rights reserved.