public final class FileSystemProperties extends Object
| Constructor and Description |
|---|
FileSystemProperties(Map<String,String> metadata,
String eTag,
OffsetDateTime lastModified,
LeaseDurationType leaseDuration,
LeaseStateType leaseState,
LeaseStatusType leaseStatus,
PublicAccessType dataLakePublicAccess,
boolean hasImmutabilityPolicy,
boolean hasLegalHold)
Constructs a
FileSystemProperties. |
| Modifier and Type | Method and Description |
|---|---|
PublicAccessType |
getDataLakePublicAccess() |
String |
getETag() |
OffsetDateTime |
getLastModified() |
LeaseDurationType |
getLeaseDuration() |
LeaseStateType |
getLeaseState() |
LeaseStatusType |
getLeaseStatus() |
Map<String,String> |
getMetadata() |
boolean |
hasImmutabilityPolicy() |
boolean |
hasLegalHold() |
public FileSystemProperties(Map<String,String> metadata, String eTag, OffsetDateTime lastModified, LeaseDurationType leaseDuration, LeaseStateType leaseState, LeaseStatusType leaseStatus, PublicAccessType dataLakePublicAccess, boolean hasImmutabilityPolicy, boolean hasLegalHold)
FileSystemProperties.metadata - Metadata associated with the file system.eTag - ETag of the file system.lastModified - Datetime when the file system was last modified.leaseDuration - Type of the lease on the file system.leaseState - State of the lease on the file system.leaseStatus - Status of the lease on the file system.dataLakePublicAccess - Public access status for the file system.hasImmutabilityPolicy - Flag indicating if the file system has an immutability policy set on it.hasLegalHold - Flag indicating if the file system has a legal hold.public Map<String,String> getMetadata()
public String getETag()
public OffsetDateTime getLastModified()
public LeaseDurationType getLeaseDuration()
public LeaseStateType getLeaseState()
public LeaseStatusType getLeaseStatus()
public PublicAccessType getDataLakePublicAccess()
public boolean hasImmutabilityPolicy()
public boolean hasLegalHold()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.