Uses of Enum
com.azure.storage.file.datalake.models.LeaseAction
Packages that use LeaseAction
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of LeaseAction in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return LeaseActionModifier and TypeMethodDescriptionstatic LeaseAction
LeaseAction.fromString
(String value) Parses a serialized value to a LeaseAction instance.static LeaseAction
Returns the enum constant of this type with the specified name.static LeaseAction[]
LeaseAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LeaseAction in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return LeaseActionModifier and TypeMethodDescriptionDataLakeFileAppendOptions.getLeaseAction()
Get lease action set on file.DataLakeFileFlushOptions.getLeaseAction()
Get lease action set on file.Methods in com.azure.storage.file.datalake.options with parameters of type LeaseActionModifier and TypeMethodDescriptionDataLakeFileAppendOptions.setLeaseAction
(LeaseAction leaseAction) Get lease action set on file.DataLakeFileFlushOptions.setLeaseAction
(LeaseAction leaseAction) Get lease action set on file.