DataStoreKeyInfo

Artık kullanılmayanları göster

*Bu içerik, tercih ettiğin dilde çok yakında mevcut olacak.

Oluşturulamaz
Çoğaltılmamış

An object describing information about a particular version of the key. This is returned as the second return value by GlobalDataStore:GetAsync(), GlobalDataStore:UpdateAsync(), GlobalDataStore:IncrementAsync(), GlobalDataStore:RemoveAsync(), and DataStore:GetVersionAsync().

See also:

  • Data Stores, an in-depth guide on data structure, management, error handling, etc.

Özet

Özellikler

  • Salt Okunur
    Çoğaltılmamış
    Paralel oku

    The date and time the object was created.

  • Salt Okunur
    Çoğaltılmamış
    Paralel oku

    The date and time the object was last updated.

  • Salt Okunur
    Çoğaltılmamış
    Paralel oku

    Uniquely identifies the version of the object.

Özellikler

CreatedTime

Salt Okunur
Çoğaltılmamış
Paralel oku

This property indicates the date and time the object was created, formatted as the number of milliseconds since epoch.

UpdatedTime

Salt Okunur
Çoğaltılmamış
Paralel oku

This property indicates the date and time the object was last updated, formatted as the number of milliseconds since epoch.

Version

Salt Okunur
Çoğaltılmamış
Paralel oku

This property uniquely identifies the version of the object. It can be passed to DataStore:GetVersionAsync() or DataStore:RemoveVersionAsync() to get or remove the version respectively.

Yöntemler

GetMetadata

This function returns the metadata associated with the latest version of the object.


Dönüşler

Metadata associated with the key.

GetUserIds

This function returns an array of UserIds tagged with the object.


Dönüşler

An array of UserIds associated with the object.

Etkinlikler