DataStoreKeyInfo

Hiển Thị Bản Đã Lỗi Thời

*Nội dung này sẽ sớm có sẵn bằng ngôn ngữ bạn chọn.

Không Thể Tạo
Không Sao Chép

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.

Tóm Tắt

Thuộc Tính

  • Chỉ Đọc
    Không Sao Chép
    Đọc Song Song

    The date and time the object was created.

  • Chỉ Đọc
    Không Sao Chép
    Đọc Song Song

    The date and time the object was last updated.

  • Chỉ Đọc
    Không Sao Chép
    Đọc Song Song

    Uniquely identifies the version of the object.

Phương Pháp

Thuộc Tính

CreatedTime

Chỉ Đọc
Không Sao Chép
Đọc Song Song

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

UpdatedTime

Chỉ Đọc
Không Sao Chép
Đọc Song Song

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

Version

Chỉ Đọc
Không Sao Chép
Đọc Song Song

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.

Phương Pháp

GetMetadata

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


Lợi Nhuận

Metadata associated with the key.

GetUserIds

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


Lợi Nhuận

An array of UserIds associated with the object.

Sự Kiện