ShareFileItemProperties Interface
public interface ShareFileItemProperties
Share item properties for items on a listing operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Offset |
getChangedOn()
Gets the datetime this item was last changed. |
abstract
Offset |
getCreatedOn()
Gets the datetime this item was created. |
abstract String |
getETag()
Gets the ETag of this item. |
abstract
Offset |
getLastAccessedOn()
Gets the datetime this item was last accessed. |
abstract
Offset |
getLastModified()
Gets the datetime this item was last modified. |
abstract
Offset |
getLastWrittenOn()
Gets the datetime this item was last written. |
Method Details
getChangedOn
public abstract OffsetDateTime getChangedOn()
Gets the datetime this item was last changed.
Returns:
getCreatedOn
public abstract OffsetDateTime getCreatedOn()
Gets the datetime this item was created.
Returns:
getETag
public abstract String getETag()
Gets the ETag of this item.
Returns:
getLastAccessedOn
public abstract OffsetDateTime getLastAccessedOn()
Gets the datetime this item was last accessed.
Returns:
getLastModified
public abstract OffsetDateTime getLastModified()
Gets the datetime this item was last modified.
Returns:
getLastWrittenOn
public abstract OffsetDateTime getLastWrittenOn()
Gets the datetime this item was last written.
Returns:
Applies to
Azure SDK for Java