Uses of Class
com.azure.storage.file.datalake.models.ConsistentReadControl
-
Packages that use ConsistentReadControl Package Description com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI.com.azure.storage.file.datalake.options 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 ConsistentReadControl Modifier and Type Method Description static ConsistentReadControl
ConsistentReadControl. valueOf(String name)
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.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return ConsistentReadControl Modifier and Type Method Description ConsistentReadControl
DataLakeFileInputStreamOptions. getConsistentReadControl()
Methods in com.azure.storage.file.datalake.options with parameters of type ConsistentReadControl Modifier and Type Method Description DataLakeFileInputStreamOptions
DataLakeFileInputStreamOptions. setConsistentReadControl(ConsistentReadControl consistentReadControl)
-