DataStoreRequestType
*이 콘텐츠는 AI(베타)를 사용해 번역되었으며, 오류가 있을 수 있습니다. 이 페이지를 영어로 보려면 여기를 클릭하세요.
데이터 저장소 요청의 유형을 나타냅니다.
아이템
이름 | 값 | 요약 |
---|---|---|
GetAsync | 0 | GetAsync() 및 UpdateAsync()의 읽기를 참조합니다. |
SetIncrementAsync | 1 | SetAsync() , IncrementAsync() , RemoveAsync() , 그리고 비-UpdateAsync() 값을 반환할 때 nil 쓰기를 참조합니다. |
UpdateAsync | 2 | 참조 UpdateAsync() . |
GetSortedAsync | 3 | 참조 GetSortedAsync() . |
SetIncrementSortedAsync | 4 | SetAsync() 및 IncrementAsync() 를 사용하는 동안에는 OrderedDataStore 을 참조합니다. |
OnUpdate | 5 | 참조 OnUpdate() . |
ListAsync | 6 | |
GetVersionAsync | 7 | 참조 GetVersionAsync() . |
RemoveVersionAsync | 8 | 참조 RemoveVersionAsync() . |