Uses of Enum
com.azure.storage.blob.models.SequenceNumberActionType
Packages that use SequenceNumberActionType
Package
Description
Package containing the data models for AzureBlobStorage.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of SequenceNumberActionType in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return SequenceNumberActionTypeModifier and TypeMethodDescriptionstatic SequenceNumberActionTypeSequenceNumberActionType.fromString(String value) Parses a serialized value to a SequenceNumberActionType instance.static SequenceNumberActionTypeReturns 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. -
Uses of SequenceNumberActionType in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type SequenceNumberActionTypeModifier and TypeMethodDescriptionPageBlobAsyncClient.updateSequenceNumber(SequenceNumberActionType action, Long sequenceNumber) Sets the page blob's sequence number.PageBlobClient.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.