PathItem Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. PathItem
- com.
public class PathItem
PathItem
contains basic information about a path item that is returned by the service after certain operations.
Constructor Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
long |
getContentLength()
Get the content |
Offset |
getCreationTime()
Get the creation time property. |
String |
getETag()
Get the e |
String |
getEncryptionContext()
Get the encryption |
String |
getEncryptionScope()
Get the encryption |
Offset |
getExpiryTime()
Get the expiry time property. |
String |
getGroup()
Get the group property: The group property. |
Offset |
getLastModified()
Get the last |
String |
getName()
Get the name property: The name property. |
String |
getOwner()
Get the owner property: The owner property. |
String |
getPermissions()
Get the permissions property: The permissions property. |
boolean |
isDirectory()
Get the is |
Methods inherited from java.lang.Object
Constructor Details
PathItem
public PathItem(String eTag, OffsetDateTime lastModified, long contentLength, String group, boolean isDirectory, String name, String owner, String permissions)
Constructs a PathItem
Parameters:
PathItem
public PathItem(String eTag, OffsetDateTime lastModified, long contentLength, String group, boolean isDirectory, String name, String owner, String permissions, OffsetDateTime creationTime, OffsetDateTime expiryTime)
Constructs a PathItem
Parameters:
Method Details
getContentLength
public long getContentLength()
Get the contentLength property: The contentLength property.
Returns:
getCreationTime
public OffsetDateTime getCreationTime()
Get the creation time property.
Returns:
getETag
public String getETag()
Get the eTag property: The eTag property.
Returns:
getEncryptionContext
public String getEncryptionContext()
Get the encryptionContext property: Encryption context for this path. Only applicable for files.
Returns:
getEncryptionScope
public String getEncryptionScope()
Get the encryptionScope property: The name of the encryption scope under which the blob is encrypted.
Returns:
getExpiryTime
public OffsetDateTime getExpiryTime()
Get the expiry time property.
Returns:
getGroup
public String getGroup()
Get the group property: The group property.
Returns:
getLastModified
public OffsetDateTime getLastModified()
Get the lastModified property: The lastModified property.
Returns:
getName
public String getName()
Get the name property: The name property.
Returns:
getOwner
public String getOwner()
Get the owner property: The owner property.
Returns:
getPermissions
public String getPermissions()
Get the permissions property: The permissions property.
Returns:
isDirectory
public boolean isDirectory()
Get the isDirectory property: The isDirectory property.
Returns:
Applies to
Azure SDK for Java