FileSystemProperties Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. FileSystemProperties
- com.
public final class FileSystemProperties
Properties of a file system.
Constructor Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
Public |
getDataLakePublicAccess()
Gets the access type for the file system. |
String |
getEncryptionScope()
Gets the file system's encryption scope. |
String |
getETag()
Gets the e |
Offset |
getLastModified()
Gets the time the file system was last modified. |
Lease |
getLeaseDuration()
Gets the type of lease on the file system. |
Lease |
getLeaseState()
Gets the lease state of the file system. |
Lease |
getLeaseStatus()
Gets the lease status of the file system. |
Map<String,String> |
getMetadata()
Gets the metadata associated with the file system. |
boolean |
hasImmutabilityPolicy()
Gets the immutability status for the file system. |
boolean |
hasLegalHold()
Gets the legal hold status for the file system. |
Boolean |
isEncryptionScopeOverridePrevented()
Gets the file system's deny encryption scope override property. |
Methods inherited from java.lang.Object
Constructor Details
FileSystemProperties
public FileSystemProperties(Map
Constructs a FileSystemProperties.
Parameters:
Method Details
getDataLakePublicAccess
public PublicAccessType getDataLakePublicAccess()
Gets the access type for the file system.
Returns:
getEncryptionScope
public String getEncryptionScope()
Gets the file system's encryption scope.
Returns:
getETag
public String getETag()
Gets the eTag of the file system.
Returns:
getLastModified
public OffsetDateTime getLastModified()
Gets the time the file system was last modified.
Returns:
getLeaseDuration
public LeaseDurationType getLeaseDuration()
Gets the type of lease on the file system.
Returns:
getLeaseState
public LeaseStateType getLeaseState()
Gets the lease state of the file system.
Returns:
getLeaseStatus
public LeaseStatusType getLeaseStatus()
Gets the lease status of the file system.
Returns:
getMetadata
public Map
Gets the metadata associated with the file system.
Returns:
hasImmutabilityPolicy
public boolean hasImmutabilityPolicy()
Gets the immutability status for the file system.
Returns:
hasLegalHold
public boolean hasLegalHold()
Gets the legal hold status for the file system.
Returns:
isEncryptionScopeOverridePrevented
public Boolean isEncryptionScopeOverridePrevented()
Gets the file system's deny encryption scope override property.
Returns: