| Package | Description |
|---|---|
| com.azure.storage.file.datalake.models |
Package containing classes for AzureDataLakeStorageRestAPI.
|
| Modifier and Type | Method and Description |
|---|---|
static LeaseDurationType |
LeaseDurationType.fromString(String value)
Parses a serialized value to a LeaseDurationType instance.
|
LeaseDurationType |
FileReadHeaders.getLeaseDuration()
Get the leaseDuration property: When a file is leased, specifies whether
the lease is of infinite or fixed duration.
|
LeaseDurationType |
FileSystemProperties.getLeaseDuration() |
LeaseDurationType |
FileSystemItemProperties.getLeaseDuration()
Get the leaseDuration property: Possible values include: 'infinite',
'fixed'.
|
LeaseDurationType |
PathProperties.getLeaseDuration() |
LeaseDurationType |
FileQueryHeaders.getLeaseDuration()
Get the leaseDuration property: When a file is leased, specifies whether
the lease is of infinite or fixed duration.
|
static LeaseDurationType |
LeaseDurationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeaseDurationType[] |
LeaseDurationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileReadHeaders |
FileReadHeaders.setLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration property: When a file is leased, specifies whether
the lease is of infinite or fixed duration.
|
FileSystemItemProperties |
FileSystemItemProperties.setLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration property: Possible values include: 'infinite',
'fixed'.
|
FileQueryHeaders |
FileQueryHeaders.setLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration property: When a file is leased, specifies whether
the lease is of infinite or fixed duration.
|
| Constructor and Description |
|---|
FileSystemProperties(Map<String,String> metadata,
String eTag,
OffsetDateTime lastModified,
LeaseDurationType leaseDuration,
LeaseStateType leaseState,
LeaseStatusType leaseStatus,
PublicAccessType dataLakePublicAccess,
boolean hasImmutabilityPolicy,
boolean hasLegalHold)
Constructs a
FileSystemProperties. |
PathProperties(OffsetDateTime creationTime,
OffsetDateTime lastModified,
String eTag,
long fileSize,
String contentType,
byte[] contentMd5,
String contentEncoding,
String contentDisposition,
String contentLanguage,
String cacheControl,
LeaseStatusType leaseStatus,
LeaseStateType leaseState,
LeaseDurationType leaseDuration,
String copyId,
CopyStatusType copyStatus,
String copySource,
String copyProgress,
OffsetDateTime copyCompletionTime,
String copyStatusDescription,
Boolean isServerEncrypted,
Boolean isIncrementalCopy,
AccessTier accessTier,
ArchiveStatus archiveStatus,
String encryptionKeySha256,
OffsetDateTime accessTierChangeTime,
Map<String,String> metadata)
Constructs a
PathProperties. |
PathProperties(OffsetDateTime creationTime,
OffsetDateTime lastModified,
String eTag,
long fileSize,
String contentType,
byte[] contentMd5,
String contentEncoding,
String contentDisposition,
String contentLanguage,
String cacheControl,
LeaseStatusType leaseStatus,
LeaseStateType leaseState,
LeaseDurationType leaseDuration,
String copyId,
CopyStatusType copyStatus,
String copySource,
String copyProgress,
OffsetDateTime copyCompletionTime,
String copyStatusDescription,
Boolean isServerEncrypted,
Boolean isIncrementalCopy,
AccessTier accessTier,
ArchiveStatus archiveStatus,
String encryptionKeySha256,
OffsetDateTime accessTierChangeTime,
Map<String,String> metadata,
OffsetDateTime expiresOn)
Constructs a
PathProperties. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.