Class PathInfo
- java.lang.Object
-
- com.azure.storage.file.datalake.models.PathInfo
-
public class PathInfo extends Object
PathInfocontains basic information about a path that is returned by the service after certain operations.
-
-
Constructor Summary
Constructors Constructor Description PathInfo(String eTag, OffsetDateTime lastModified)Constructs aPathInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetETag()Get the eTag property: The eTag property.OffsetDateTimegetLastModified()Get the last modified property: The last modified property.
-
-
-
Constructor Detail
-
PathInfo
public PathInfo(String eTag, OffsetDateTime lastModified)
Constructs aPathInfo- Parameters:
eTag- ETag of the path.lastModified- Datetime when the path was last modified.
-
-
Method Detail
-
getETag
public String getETag()
Get the eTag property: The eTag property.- Returns:
- the eTag value.
-
getLastModified
public OffsetDateTime getLastModified()
Get the last modified property: The last modified property.- Returns:
- the time when the file was last modified
-
-