Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
AppendBlobAccessConditions |
AppendBlobAccessConditions.withAppendPositionAccessConditions(AppendPositionAccessConditions appendPositionAccessConditions)
Access conditions used for appending data only if the operation meets the provided conditions related to the
size of the append blob.
|
AppendBlobAccessConditions |
AppendBlobAccessConditions.withLeaseAccessConditions(LeaseAccessConditions leaseAccessConditions)
By setting lease access conditions, requests will fail if the provided lease does not match the active lease on
the blob.
|
AppendBlobAccessConditions |
AppendBlobAccessConditions.withModifiedAccessConditions(ModifiedAccessConditions modifiedAccessConditions)
Standard HTTP Access conditions related to the modification of data.
|
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.
|
io.reactivex.Single<AppendBlobAppendBlockFromUrlResponse> |
AppendBlobURL.appendBlockFromUrl(URL sourceURL,
BlobRange sourceRange,
byte[] sourceContentMD5,
AppendBlobAccessConditions destAccessConditions,
SourceModifiedAccessConditions sourceAccessConditions,
com.microsoft.rest.v2.Context context)
Commits a new block of data from another blob to the end of this append blob.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.