DataStoreObjectVersionInfo

Mostrar obsoleto
no creable
no 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.

Resumen

Propiedades

  • solo lectura
    no replicado
    leer paralelo

    Indicates when the version was created in milliseconds since epoch.

  • solo lectura
    no replicado
    leer paralelo

    Whether the version has been marked as deleted.

  • solo lectura
    no replicado
    leer paralelo

    Uniquely identifies a particular version of the key.

Propiedades

CreatedTime

solo lectura
no replicado
leer paralelo

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

IsDeleted

solo lectura
no replicado
leer paralelo

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

Version

solo lectura
no replicado
leer paralelo

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