| Package | Description |
|---|---|
| com.azure.storage.file.datalake.models |
Package containing classes for AzureDataLakeStorageRestAPI.
|
| Modifier and Type | Method and Description |
|---|---|
static CopyStatusType |
CopyStatusType.fromString(String value)
Parses a serialized value to a CopyStatusType instance.
|
CopyStatusType |
FileQueryHeaders.getCopyStatus()
Get the copyStatus property: State of the copy operation identified by
x-ms-copy-id.
|
CopyStatusType |
PathProperties.getCopyStatus() |
CopyStatusType |
FileReadHeaders.getCopyStatus()
Get the copyStatus property: State of the copy operation identified by
x-ms-copy-id.
|
static CopyStatusType |
CopyStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopyStatusType[] |
CopyStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileQueryHeaders |
FileQueryHeaders.setCopyStatus(CopyStatusType copyStatus)
Set the copyStatus property: State of the copy operation identified by
x-ms-copy-id.
|
FileReadHeaders |
FileReadHeaders.setCopyStatus(CopyStatusType copyStatus)
Set the copyStatus property: State of the copy operation identified by
x-ms-copy-id.
|
| Constructor and Description |
|---|
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. |
Copyright © 2021 Microsoft Corporation. All rights reserved.