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.

메서드

속성

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.

GetUserIds

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


반환

An array of UserIds associated with the object.

이벤트