你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: