public static class TransferManager.UploadToBlockBlobOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static TransferManager.UploadToBlockBlobOptions |
DEFAULT
An object which represents the default parallel upload options.
|
| Constructor and Description |
|---|
UploadToBlockBlobOptions(IProgressReceiver progressReceiver,
BlobHTTPHeaders httpHeaders,
Metadata metadata,
BlobAccessConditions accessConditions,
Integer parallelism)
Creates a new object that configures the parallel upload behavior.
|
public static final TransferManager.UploadToBlockBlobOptions DEFAULT
public UploadToBlockBlobOptions(IProgressReceiver progressReceiver, BlobHTTPHeaders httpHeaders, Metadata metadata, BlobAccessConditions accessConditions, Integer parallelism)
progressReceiver - An object that implements the IProgressReceiver interface which will be invoked periodically as
bytes are sent in a PutBlock call to the BlockBlobURL. May be null if no progress reports are desired.httpHeaders - BlobHTTPHeadersmetadata - MetadataaccessConditions - BlobAccessConditionsparallelism - A int that indicates the maximum number of blocks to upload in parallel. Must be greater than 0.
The default is 5 (null=default).Copyright © 2018. All rights reserved.