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<PageBlobUpdateSequenceNumberResponse> |
GeneratedPageBlobs.updateSequenceNumberWithRestResponseAsync(SequenceNumberActionType sequenceNumberAction,
Integer timeout,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
Long blobSequenceNumber,
String requestId)
Update the sequence number of the blob.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<PageBlobUpdateSequenceNumberResponse> |
PageBlobURL.updateSequenceNumber(SequenceNumberActionType action,
Long sequenceNumber,
BlobAccessConditions accessConditions)
Sets the page blob's sequence number.
|
This documentation was released into the public domain.