Uses of Enum
com.azure.storage.file.datalake.models.LeaseStateType
Packages that use LeaseStateType
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of LeaseStateType in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return LeaseStateTypeModifier and TypeMethodDescriptionstatic LeaseStateTypeLeaseStateType.fromString(String value) Parses a serialized value to a LeaseStateType instance.FileQueryHeaders.getLeaseState()Get the leaseState property: Lease state of the file.FileReadHeaders.getLeaseState()Get the leaseState property: Lease state of the file.FileSystemItemProperties.getLeaseState()Get the leaseState property: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'.FileSystemProperties.getLeaseState()PathProperties.getLeaseState()static LeaseStateTypeReturns the enum constant of this type with the specified name.static LeaseStateType[]LeaseStateType.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 LeaseStateTypeModifier and TypeMethodDescriptionFileQueryHeaders.setLeaseState(LeaseStateType leaseState) Set the leaseState property: Lease state of the file.FileReadHeaders.setLeaseState(LeaseStateType leaseState) Set the leaseState property: Lease state of the file.FileSystemItemProperties.setLeaseState(LeaseStateType leaseState) Set the leaseState property: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'.Constructors in com.azure.storage.file.datalake.models with parameters of type LeaseStateTypeModifierConstructorDescriptionFileSystemProperties(Map<String, String> metadata, String eTag, OffsetDateTime lastModified, LeaseDurationType leaseDuration, LeaseStateType leaseState, LeaseStatusType leaseStatus, PublicAccessType dataLakePublicAccess, boolean hasImmutabilityPolicy, boolean hasLegalHold) Constructs aFileSystemProperties.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 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.