| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob | |
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedPageBlobs.updateSequenceNumber(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.
|
io.reactivex.Completable |
GeneratedPageBlobs.updateSequenceNumberAsync(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.
|
com.microsoft.rest.v2.ServiceFuture<Void> |
GeneratedPageBlobs.updateSequenceNumberAsync(SequenceNumberActionType sequenceNumberAction,
Integer timeout,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
Long blobSequenceNumber,
String requestId,
com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
Update the sequence number of the blob.
|
io.reactivex.Single<PageBlobsUpdateSequenceNumberResponse> |
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<PageBlobsUpdateSequenceNumberResponse> |
PageBlobURL.updateSequenceNumber(SequenceNumberActionType action,
Long sequenceNumber,
BlobAccessConditions accessConditions)
Sets the page blob's sequence number.
|
| Modifier and Type | Method and Description |
|---|---|
static SequenceNumberActionType |
SequenceNumberActionType.fromString(String value)
Parses a serialized value to a SequenceNumberActionType instance.
|
static SequenceNumberActionType |
SequenceNumberActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceNumberActionType[] |
SequenceNumberActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.