DataStoreInfo

非推奨を表示
作成できません
複製されていません

Object describing data store information such as name, created time, and time last updated. This object is a member of the DataStoreListingPages object returned by DataStoreService:ListDataStoresAsync().

See also:

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

概要

プロパティ

  • 読み取り専用
    複製されていません
    並列読み取り

    Indicates when the data store was created in milliseconds since epoch.

  • 読み取り専用
    複製されていません
    並列読み取り

    The name of the data store.

  • 読み取り専用
    複製されていません
    並列読み取り

    Indicates the last time the data store was updated in milliseconds since epoch.

プロパティ

CreatedTime

読み取り専用
複製されていません
並列読み取り

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

DataStoreName

読み取り専用
複製されていません
並列読み取り

This property indicates the name of the data store. It is used as a unique identifier to retrieve a data store instance with DataStoreService:GetDataStore().

UpdatedTime

読み取り専用
複製されていません
並列読み取り

This property indicates the last time the data store was updated in milliseconds since epoch.

方法

イベント