DataStoreObjectVersionInfo

Afficher les obsolètes
création impossible
non répliqué

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.

Résumé

Propriétés

  • lecture uniquement
    non répliqué
    lecture parallèle

    Indicates when the version was created in milliseconds since epoch.

  • lecture uniquement
    non répliqué
    lecture parallèle

    Whether the version has been marked as deleted.

  • lecture uniquement
    non répliqué
    lecture parallèle

    Uniquely identifies a particular version of the key.

Propriétés

CreatedTime

lecture uniquement
non répliqué
lecture parallèle

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

IsDeleted

lecture uniquement
non répliqué
lecture parallèle

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

Version

lecture uniquement
non répliqué
lecture parallèle

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éthodes

Évènements