DataStoreObjectVersionInfo

사용되지 않는 항목 표시
만들 수 없음
복제되지 않음

An instance describing version information for a key, including the version string, created time, and whether it has been marked as deleted.

See also:

  • Data Stores, an in-depth guide on data structure, management, error handling, etc.

요약

속성

  • 읽기 전용
    복제되지 않음
    병렬 읽기

    Indicates when the version was created in milliseconds since epoch.

  • 읽기 전용
    복제되지 않음
    병렬 읽기

    Whether the version has been marked as deleted.

  • 읽기 전용
    복제되지 않음
    병렬 읽기

    Uniquely identifies a particular version of the key.

속성

CreatedTime

읽기 전용
복제되지 않음
병렬 읽기

This property indicates when the version was created in milliseconds since epoch.

IsDeleted

읽기 전용
복제되지 않음
병렬 읽기

This property describes whether the version has been marked as deleted. Deleted versions will be permanently deleted after 30 days.

Version

읽기 전용
복제되지 않음
병렬 읽기

This property uniquely identifies a particular version of the key. It can be passed to DataStore:GetVersionAsync() or DataStore:RemoveVersionAsync() to get or remove the version respectively.

메서드

이벤트