你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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() |
String | getETag() |
String | getEncryptionScope() |
Offset |
getLastModified() |
Lease |
getLeaseDuration() |
Lease |
getLeaseState() |
Lease |
getLeaseStatus() |
Map<String,String> | getMetadata() |
boolean | hasImmutabilityPolicy() |
boolean | hasLegalHold() |
Boolean | isEncryptionScopeOverridePrevented() |
Methods inherited from java.lang.Object
Constructor Details
FileSystemProperties
public FileSystemProperties(Map
Constructs a FileSystemProperties.
Parameters:
Method Details
getDataLakePublicAccess
public PublicAccessType getDataLakePublicAccess()
Returns:
getETag
public String getETag()
Returns:
getEncryptionScope
public String getEncryptionScope()
Returns:
getLastModified
public OffsetDateTime getLastModified()
Returns:
getLeaseDuration
public LeaseDurationType getLeaseDuration()
Returns:
getLeaseState
public LeaseStateType getLeaseState()
Returns:
getLeaseStatus
public LeaseStatusType getLeaseStatus()
Returns:
getMetadata
public Map
Returns:
hasImmutabilityPolicy
public boolean hasImmutabilityPolicy()
Returns:
hasLegalHold
public boolean hasLegalHold()
Returns:
isEncryptionScopeOverridePrevented
public Boolean isEncryptionScopeOverridePrevented()
Returns: