Uses of Class
com.azure.storage.file.datalake.models.ArchiveStatus
Packages that use ArchiveStatus
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of ArchiveStatus in com.azure.storage.file.datalake.models
Fields in com.azure.storage.file.datalake.models declared as ArchiveStatusModifier and TypeFieldDescriptionstatic final ArchiveStatus
ArchiveStatus.REHYDRATE_PENDING_TO_COOL
Static value rehydrate-pending-to-cool for ArchiveStatus.static final ArchiveStatus
ArchiveStatus.REHYDRATE_PENDING_TO_HOT
Static value rehydrate-pending-to-hot for ArchiveStatus.Methods in com.azure.storage.file.datalake.models that return ArchiveStatusModifier and TypeMethodDescriptionstatic ArchiveStatus
ArchiveStatus.fromString
(String name) Creates or finds a ArchiveStatus from its string representation.PathProperties.getArchiveStatus()
Gets the archive status of the path.Methods in com.azure.storage.file.datalake.models that return types with arguments of type ArchiveStatusModifier and TypeMethodDescriptionstatic Collection
<ArchiveStatus> ArchiveStatus.values()
Gets known ArchiveStatus values.Constructors in com.azure.storage.file.datalake.models with parameters of type ArchiveStatusModifierConstructorDescriptionPathProperties
(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 aPathProperties
.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 aPathProperties
.