Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<AppendBlobsAppendBlockResponse> |
GeneratedAppendBlobs.appendBlockWithRestResponseAsync(io.reactivex.Flowable<ByteBuffer> body,
long contentLength,
Integer timeout,
String leaseId,
Integer maxSize,
Integer appendPosition,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
The Append Block operation commits a new block of data to the end of an existing append blob.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<AppendBlobsAppendBlockResponse> |
AppendBlobURL.appendBlock(io.reactivex.Flowable<ByteBuffer> data,
long length,
BlobAccessConditions accessConditions)
Commits a new block of data to the end of the existing append blob.
|
Copyright © 2018. All rights reserved.