Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<PageBlobUpdateSequenceNumberResponse> |
PageBlobURL.updateSequenceNumber(SequenceNumberActionType action,
Long sequenceNumber)
Sets the page blob's sequence number.
|
io.reactivex.Single<PageBlobUpdateSequenceNumberResponse> |
PageBlobURL.updateSequenceNumber(SequenceNumberActionType action,
Long sequenceNumber,
BlobAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Sets the page blob's sequence number.
|
io.reactivex.Single<PageBlobUpdateSequenceNumberResponse> |
GeneratedPageBlobs.updateSequenceNumberWithRestResponseAsync(com.microsoft.rest.v2.Context context,
SequenceNumberActionType sequenceNumberAction,
Integer timeout,
Long blobSequenceNumber,
String requestId,
LeaseAccessConditions leaseAccessConditions,
ModifiedAccessConditions modifiedAccessConditions)
Update the sequence number of the blob.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.