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
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.