PathInfo Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. PathInfo
- com.
public class PathInfo
PathInfo
contains basic information about a path that is returned by the service after certain operations.
Constructor Summary
Constructor | Description |
---|---|
PathInfo(String eTag, OffsetDateTime lastModified) |
Constructs a PathInfo |
PathInfo(String eTag, OffsetDateTime lastModified, boolean isServerEncrypted, String encryptionKeySha256) |
Constructs a PathInfo |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getETag()
Get the e |
String | getEncryptionKeySha256() |
Offset |
getLastModified()
Get the last modified property: The last modified property. |
Boolean | isServerEncrypted() |
Methods inherited from java.lang.Object
Constructor Details
PathInfo
public PathInfo(String eTag, OffsetDateTime lastModified)
Constructs a PathInfo
Parameters:
PathInfo
public PathInfo(String eTag, OffsetDateTime lastModified, boolean isServerEncrypted, String encryptionKeySha256)
Constructs a PathInfo
Parameters:
Method Details
getETag
public String getETag()
Get the eTag property: The eTag property.
Returns:
getEncryptionKeySha256
public String getEncryptionKeySha256()
Returns:
getLastModified
public OffsetDateTime getLastModified()
Get the last modified property: The last modified property.
Returns:
isServerEncrypted
public Boolean isServerEncrypted()
Returns:
Applies to
Azure SDK for Java