DataStoreRequestType
*此内容使用人工智能(Beta)翻译,可能包含错误。若要查看英文页面,请点按 此处。
指示正在进行的数据存储请求的类型。
项目
名称 | 值 | 概要 |
---|---|---|
GetAsync | 0 | 参考 GetAsync() 和 UpdateAsync() 的读取操作。 |
SetIncrementAsync | 1 | 参考 SetAsync(), IncrementAsync(), RemoveAsync() 和在返回 非nil值时执行的 UpdateAsync() 的写入操作。 |
UpdateAsync | 2 | 参考 UpdateAsync()。 |
GetSortedAsync | 3 | 参考 GetSortedAsync()。 |
SetIncrementSortedAsync | 4 | 参考 SetAsync() 和 IncrementAsync() ,同时使用 OrderedDataStore。 |
OnUpdate | 5 | 参考 OnUpdate()。 |
ListAsync | 6 | |
GetVersionAsync | 7 | |
RemoveVersionAsync | 8 |