Package | Description |
---|---|
com.azure.storage.blob |
Package containing the classes for BlobServiceClient.
|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
Modifier and Type | Method and Description |
---|---|
static Flux<ByteBuffer> |
ProgressReporter.addParallelProgressReporting(Flux<ByteBuffer> data,
ProgressReceiver progressReceiver,
Lock lock,
AtomicLong totalProgress)
Adds parallel progress reporting functionality to the given
Flux . |
static Flux<ByteBuffer> |
ProgressReporter.addProgressReporting(Flux<ByteBuffer> data,
ProgressReceiver progressReceiver)
Adds progress reporting functionality to the given
Flux . |
Modifier and Type | Method and Description |
---|---|
ProgressReceiver |
ParallelTransferOptions.getProgressReceiver()
Gets the Progress receiver for parallel reporting
|
Constructor and Description |
---|
ParallelTransferOptions(Integer blockSize,
Integer numBuffers,
ProgressReceiver progressReceiver)
Creates a new
ParallelTransferOptions with default parameters applied. |
Copyright © 2019 Microsoft Corporation. All rights reserved.