| Package | Description |
|---|---|
| com.azure.storage.file.datalake.models |
Package containing classes for DataLakeStorageClient.
|
| com.azure.storage.file.datalake.options |
Package containing options model classes used by Azure Storage File Datalake.
|
| Modifier and Type | Method and Description |
|---|---|
static FileExpirationOffset |
FileExpirationOffset.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
FileExpirationOffset |
FileScheduleDeletionOptions.getExpiryRelativeTo() |
| Constructor and Description |
|---|
FileScheduleDeletionOptions(Duration timeToExpire,
FileExpirationOffset expiryRelativeTo)
Sets time when the file will be deleted, relative to the file
creation time or the current time.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.