Uses of Enum
com.azure.storage.file.datalake.models.ConsistentReadControl
Packages that use ConsistentReadControl
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of ConsistentReadControl in com.azure.storage.file.datalake.models
Subclasses with type arguments of type ConsistentReadControl in com.azure.storage.file.datalake.modelsModifier and TypeClassDescriptionenumDefines values to indicate what strategy the SDK should use when reading from a blob to ensure the view of the data is consistent and not changed during the read.Methods in com.azure.storage.file.datalake.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.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return ConsistentReadControlModifier and TypeMethodDescriptionDataLakeFileInputStreamOptions.getConsistentReadControl()Gets theConsistentReadControlDefault is E-Tag.Methods in com.azure.storage.file.datalake.options with parameters of type ConsistentReadControlModifier and TypeMethodDescriptionDataLakeFileInputStreamOptions.setConsistentReadControl(ConsistentReadControl consistentReadControl) Sets theConsistentReadControlDefault is E-Tag.