키의 특정 버전에 대한 정보를 설명하는 개체. 이는 GlobalDataStore:GetAsync() , GlobalDataStore:UpdateAsync() , GlobalDataStore:IncrementAsync() , 1> Class.DataStore:RemoveAsync()1> 및 4> Class.GlobalDataStore:GetVersionAsync
또한 참조하십시오.
- 데이터 저장소, 데이터 구조, 관리, 오류 처리 등에 대한 자세한 가이드.
요약
속성
개체가 생성된 날짜와 시간.
개체가 마지막으로 업데이트된 날짜와 시간.
개체의 버전을 고유하게 식별합니다.
메서드
개체와 관련된 메타데이터를 반환합니다.
키가 있는 UserIds 배열.
속성
CreatedTime
이 속성은 개체가 생성된 날짜 및 시간을 밀리초 단위의 초기 대기 시간으로 표시합니다.This property indicates the date and time the object was created, formatted as the number of milliseconds since epoch.
Version
이 속성은 개체의 버전을 고유하게 식별합니다. 개체에 버전을 지정하려면 DataStore:GetVersionAsync() 또는 DataStore:RemoveVersionAsync() 로 전달할 수 있습니다.