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 ConsistentReadControlReturns 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()Gets theConsistentReadControlDefault is E-Tag.BlobSeekableByteChannelReadOptions.getConsistentReadControl()Gets theConsistentReadControlDefault is E-Tag.Methods in com.azure.storage.blob.options with parameters of type ConsistentReadControlModifier and TypeMethodDescriptionBlobInputStreamOptions.setConsistentReadControl(ConsistentReadControl consistentReadControl) Sets theConsistentReadControlDefault is E-Tag.BlobSeekableByteChannelReadOptions.setConsistentReadControl(ConsistentReadControl consistentReadControl) Sets theConsistentReadControlDefault is E-Tag.