PathSystemProperties Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. PathSystemProperties
- com.
public final class PathSystemProperties
This class contains the response information returned from the service when getting system assigned path properties.
Constructor Summary
Constructor | Description |
---|---|
PathSystemProperties() |
Default constructor |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
getCreationTime()
Gets the time when the path was created. |
String |
getEncryptionContext()
Gets the additional context for encryption operations on the path. |
String |
getEncryptionKeySha256()
Gets the SHA256 of the customer provided encryption key used to encrypt the path on the server. |
String |
getEncryptionScope()
Gets the encryption scope of the path. |
String |
getETag()
Gets the e |
Offset |
getExpiresOn()
Gets the time when the path is going to expire. |
Long |
getFileSize()
Gets the size of the path in bytes. |
String |
getGroup()
Gets the group of the path. |
Offset |
getLastModified()
Gets the time when the path was last modified. |
String |
getOwner()
Gets the owner of the path. |
Path |
getPermissions()
Gets the PathPermissions |
Boolean |
isDirectory()
Gets a flag indicating if the path is a directory. |
Boolean |
isServerEncrypted()
Gets a flag indicating if the path's content is encrypted on the server. |
Methods inherited from java.lang.Object
Constructor Details
PathSystemProperties
public PathSystemProperties()
Default constructor
Method Details
getCreationTime
public OffsetDateTime getCreationTime()
Gets the time when the path was created.
Returns:
getEncryptionContext
public String getEncryptionContext()
Gets the additional context for encryption operations on the path.
Returns:
getEncryptionKeySha256
public String getEncryptionKeySha256()
Gets the SHA256 of the customer provided encryption key used to encrypt the path on the server.
Returns:
getEncryptionScope
public String getEncryptionScope()
Gets the encryption scope of the path.
Returns:
getETag
public String getETag()
Gets the eTag of the path.
Returns:
getExpiresOn
public OffsetDateTime getExpiresOn()
Gets the time when the path is going to expire.
Returns:
getFileSize
public Long getFileSize()
Gets the size of the path in bytes.
Returns:
getGroup
public String getGroup()
Gets the group of the path.
Returns:
getLastModified
public OffsetDateTime getLastModified()
Gets the time when the path was last modified.
Returns:
getOwner
public String getOwner()
Gets the owner of the path.
Returns:
getPermissions
isDirectory
public Boolean isDirectory()
Gets a flag indicating if the path is a directory.
Returns:
isServerEncrypted
public Boolean isServerEncrypted()
Gets a flag indicating if the path's content is encrypted on the server.
Returns: