DataStoreObjectVersionInfo

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

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.

Resumo

Propriedades

  • somente leitura
    não replicado
    ler parallel

    Indicates when the version was created in milliseconds since epoch.

  • somente leitura
    não replicado
    ler parallel

    Whether the version has been marked as deleted.

  • somente leitura
    não replicado
    ler parallel

    Uniquely identifies a particular version of the key.

Propriedades

CreatedTime

somente leitura
não replicado
ler parallel

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

IsDeleted

somente leitura
não replicado
ler parallel

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

Version

somente leitura
não replicado
ler parallel

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.

Métodos

Eventos