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.

方法

イベント