Uses of Class
com.azure.storage.file.datalake.models.LeaseDurationType
-
Packages that use LeaseDurationType Package Description com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of LeaseDurationType in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return LeaseDurationType Modifier and Type Method Description static LeaseDurationTypeLeaseDurationType. fromString(String value)Parses a serialized value to a LeaseDurationType instance.LeaseDurationTypeFileQueryHeaders. getLeaseDuration()Get the leaseDuration property: When a file is leased, specifies whether the lease is of infinite or fixed duration.LeaseDurationTypeFileReadHeaders. getLeaseDuration()Get the leaseDuration property: When a file is leased, specifies whether the lease is of infinite or fixed duration.LeaseDurationTypeFileSystemItemProperties. getLeaseDuration()Get the leaseDuration property: Possible values include: 'infinite', 'fixed'.LeaseDurationTypeFileSystemProperties. getLeaseDuration()LeaseDurationTypePathProperties. getLeaseDuration()static LeaseDurationTypeLeaseDurationType. valueOf(String name)Returns the enum constant of this type with the specified name.static LeaseDurationType[]LeaseDurationType. 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 LeaseDurationType Modifier and Type Method Description FileQueryHeadersFileQueryHeaders. setLeaseDuration(LeaseDurationType leaseDuration)Set the leaseDuration property: When a file is leased, specifies whether the lease is of infinite or fixed duration.FileReadHeadersFileReadHeaders. setLeaseDuration(LeaseDurationType leaseDuration)Set the leaseDuration property: When a file is leased, specifies whether the lease is of infinite or fixed duration.FileSystemItemPropertiesFileSystemItemProperties. setLeaseDuration(LeaseDurationType leaseDuration)Set the leaseDuration property: Possible values include: 'infinite', 'fixed'.Constructors in com.azure.storage.file.datalake.models with parameters of type LeaseDurationType Constructor Description FileSystemProperties(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.
-