Uses of Enum
com.azure.storage.file.datalake.models.CopyStatusType
Packages that use CopyStatusType
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of CopyStatusType in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return CopyStatusTypeModifier and TypeMethodDescriptionstatic CopyStatusTypeCopyStatusType.fromString(String value) Parses a serialized value to a CopyStatusType instance.FileQueryHeaders.getCopyStatus()Get the copyStatus property: State of the copy operation identified by x-ms-copy-id.FileReadHeaders.getCopyStatus()Get the copyStatus property: State of the copy operation identified by x-ms-copy-id.PathProperties.getCopyStatus()static CopyStatusTypeReturns 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.Methods in com.azure.storage.file.datalake.models with parameters of type CopyStatusTypeModifier and TypeMethodDescriptionFileQueryHeaders.setCopyStatus(CopyStatusType copyStatus) Set the copyStatus property: State of the copy operation identified by x-ms-copy-id.FileReadHeaders.setCopyStatus(CopyStatusType copyStatus) Set the copyStatus property: State of the copy operation identified by x-ms-copy-id.Constructors in com.azure.storage.file.datalake.models with parameters of type CopyStatusTypeModifierConstructorDescriptionPathProperties(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.