Interface ShareFileItemProperties
public interface ShareFileItemProperties
Share item properties for items on a listing operation.
-
Method Summary
Modifier and TypeMethodDescriptionGets the datetime this item was last changed.Gets the datetime this item was created.getETag()
Gets the ETag of this item.Gets the datetime this item was last accessed.Gets the datetime this item was last modified.Gets the datetime this item was last written.
-
Method Details
-
getCreatedOn
OffsetDateTime getCreatedOn()Gets the datetime this item was created.- Returns:
- Datetime this item was created.
-
getLastAccessedOn
OffsetDateTime getLastAccessedOn()Gets the datetime this item was last accessed.- Returns:
- Datetime this item was last accessed.
-
getLastWrittenOn
OffsetDateTime getLastWrittenOn()Gets the datetime this item was last written.- Returns:
- Datetime this item was last written.
-
getChangedOn
OffsetDateTime getChangedOn()Gets the datetime this item was last changed.- Returns:
- Datetime this item was last changed.
-
getLastModified
OffsetDateTime getLastModified()Gets the datetime this item was last modified.- Returns:
- Datetime this item was last modified.
-
getETag
String getETag()Gets the ETag of this item.- Returns:
- ETag of this item.
-