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<AppendBlobAppendBlockResponse> |
GeneratedAppendBlobs.appendBlockWithRestResponseAsync(com.microsoft.rest.v2.Context context,
io.reactivex.Flowable<ByteBuffer> body,
long contentLength,
Integer timeout,
byte[] transactionalContentMD5,
String requestId,
LeaseAccessConditions leaseAccessConditions,
AppendPositionAccessConditions appendPositionAccessConditions,
ModifiedAccessConditions modifiedAccessConditions)
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<AppendBlobAppendBlockResponse> |
AppendBlobURL.appendBlock(io.reactivex.Flowable<ByteBuffer> data,
long length,
AppendBlobAccessConditions appendBlobAccessConditions,
com.microsoft.rest.v2.Context context)
Commits a new block of data to the end of the existing append blob.
|
This documentation was released into the public domain.