Uses of Enum
com.azure.storage.blob.models.ConsistentReadControl
Packages that use ConsistentReadControl
Package
Description
Package containing the data models for AzureBlobStorage.
Package containing options model classes used by Azure Storage Blobs.
-
Uses of ConsistentReadControl in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return ConsistentReadControlModifier and TypeMethodDescriptionstatic ConsistentReadControl
Returns the enum constant of this type with the specified name.static ConsistentReadControl[]
ConsistentReadControl.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConsistentReadControl in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return ConsistentReadControlModifier and TypeMethodDescriptionBlobInputStreamOptions.getConsistentReadControl()
BlobSeekableByteChannelReadOptions.getConsistentReadControl()
Methods in com.azure.storage.blob.options with parameters of type ConsistentReadControlModifier and TypeMethodDescriptionBlobInputStreamOptions.setConsistentReadControl
(ConsistentReadControl consistentReadControl) BlobSeekableByteChannelReadOptions.setConsistentReadControl
(ConsistentReadControl consistentReadControl)