DataStoreInfo

Visualizza obsoleti
Non costruibile
Non Replicato

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.

Sommario

Proprietà

  • Sola Lettura
    Non Replicato
    Lettura Parallela

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

  • Sola Lettura
    Non Replicato
    Lettura Parallela

    The name of the data store.

  • Sola Lettura
    Non Replicato
    Lettura Parallela

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

Proprietà

CreatedTime

Sola Lettura
Non Replicato
Lettura Parallela

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

DataStoreName

Sola Lettura
Non Replicato
Lettura Parallela

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

Sola Lettura
Non Replicato
Lettura Parallela

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

Metodi

Eventi