| Package | Description |
|---|---|
| com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
| com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PageBlobItem |
PageBlobClient.updateSequenceNumber(SequenceNumberActionType action,
Long sequenceNumber)
Sets the page blob's sequence number.
|
Mono<PageBlobItem> |
PageBlobAsyncClient.updateSequenceNumber(SequenceNumberActionType action,
Long sequenceNumber)
Sets the page blob's sequence number.
|
Mono<com.azure.core.http.rest.Response<PageBlobItem>> |
PageBlobAsyncClient.updateSequenceNumberWithResponse(SequenceNumberActionType action,
Long sequenceNumber,
BlobRequestConditions requestConditions)
Sets the page blob's sequence number.
|
com.azure.core.http.rest.Response<PageBlobItem> |
PageBlobClient.updateSequenceNumberWithResponse(SequenceNumberActionType action,
Long sequenceNumber,
BlobRequestConditions requestConditions,
Duration timeout,
com.azure.core.util.Context context)
Sets the page blob's sequence number.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.