DataStoreKeyInfo
*เนื้อหานี้จะพร้อมใช้งานในภาษาที่คุณเลือกในเร็วๆ นี้
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.
สรุป
คุณสมบัติ
The date and time the object was created.
The date and time the object was last updated.
Uniquely identifies the version of the object.
วิธีการ
Returns the metadata associated with the object.
An array of UserIds tagged with a key.
คุณสมบัติ
CreatedTime
This property indicates the date and time the object was created, formatted as the number of milliseconds since epoch.
UpdatedTime
This property indicates the date and time the object was last updated, formatted as the number of milliseconds since epoch.
Version
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.
วิธีการ
GetMetadata
This function returns the metadata associated with the latest version of the object.
ส่งค่ากลับ
Metadata associated with the key.