DataStoreInfo

Mostrar obsoleto
Não criável
Não replicado

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.

Resumo

Propriedades

  • Somente leitura
    Não replicado
    Ler Parallel

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

  • Somente leitura
    Não replicado
    Ler Parallel

    The name of the data store.

  • Somente leitura
    Não replicado
    Ler Parallel

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

Propriedades

CreatedTime

Somente leitura
Não replicado
Ler Parallel

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

DataStoreName

Somente leitura
Não replicado
Ler Parallel

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

Somente leitura
Não replicado
Ler Parallel

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

Métodos

Eventos