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 ArchiveStatusArchiveStatus.REHYDRATE_PENDING_TO_COOLStatic value rehydrate-pending-to-cool for ArchiveStatus.static final ArchiveStatusArchiveStatus.REHYDRATE_PENDING_TO_HOTStatic value rehydrate-pending-to-hot for ArchiveStatus.Methods in com.azure.storage.file.datalake.models that return ArchiveStatusModifier and TypeMethodDescriptionstatic ArchiveStatusArchiveStatus.fromString(String name) Creates or finds a ArchiveStatus from its string representation.PathProperties.getArchiveStatus()Methods in com.azure.storage.file.datalake.models that return types with arguments of type ArchiveStatusConstructors 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.