| Package | Description |
|---|---|
| com.azure.storage.file.share.models |
Package containing classes for AzureFileStorage.
|
| Modifier and Type | Method and Description |
|---|---|
static LeaseStatusType |
LeaseStatusType.fromString(String value)
Parses a serialized value to a LeaseStatusType instance.
|
LeaseStatusType |
ShareFileProperties.getLeaseStatus() |
LeaseStatusType |
ShareFileDownloadHeaders.getLeaseStatus()
Get the leaseStatus property: The current lease status of the file.
|
LeaseStatusType |
ShareProperties.getLeaseStatus()
Get the leaseStatus property: Possible values include: 'locked',
'unlocked'.
|
static LeaseStatusType |
LeaseStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeaseStatusType[] |
LeaseStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setLeaseStatus(LeaseStatusType leaseStatus)
Set the leaseStatus property: The current lease status of the file.
|
ShareProperties |
ShareProperties.setLeaseStatus(LeaseStatusType leaseStatus)
Set the leaseStatus property: Possible values include: 'locked',
'unlocked'.
|
| Constructor and Description |
|---|
ShareFileProperties(String eTag,
OffsetDateTime lastModified,
Map<String,String> metadata,
String fileType,
Long contentLength,
String contentType,
byte[] contentMd5,
String contentEncoding,
String cacheControl,
String contentDisposition,
LeaseStatusType leaseStatusType,
LeaseStateType leaseStateType,
LeaseDurationType leaseDurationType,
OffsetDateTime copyCompletionTime,
String copyStatusDescription,
String copyId,
String copyProgress,
String copySource,
CopyStatusType copyStatus,
Boolean isServerEncrypted,
FileSmbProperties smbProperties)
Creates an instance of property information about a specific File.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.