Uses of Enum
com.azure.storage.file.datalake.models.FileExpirationOffset
Packages that use FileExpirationOffset
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of FileExpirationOffset in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return FileExpirationOffsetModifier and TypeMethodDescriptionstatic FileExpirationOffset
Returns the enum constant of this type with the specified name.static FileExpirationOffset[]
FileExpirationOffset.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FileExpirationOffset in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return FileExpirationOffsetModifier and TypeMethodDescriptionFileScheduleDeletionOptions.getExpiryRelativeTo()
Gets the offset to set the expiry time relative to.Constructors in com.azure.storage.file.datalake.options with parameters of type FileExpirationOffsetModifierConstructorDescriptionFileScheduleDeletionOptions
(Duration timeToExpire, FileExpirationOffset expiryRelativeTo) Sets time when the file will be deleted, relative to the file creation time or the current time.