Skip to content

DataStoreListOptions

DataStoreService:ListDataStoresAsync / ListOrderedDataStoresAsync 的可选参数,可通过 DataStoreListOptions.New() 构造。

概览

DataStoreListOptions 是 DataStoreService 列表接口的可选参数容器,用于控制列 DataStore 集合时是否排除已删除集合。

可通过 DataStoreListOptions.New() 构造

代码示例

构造选项

lua
-- @runtime client
local opts = DataStoreListOptions.New()

属性

名称类型默认值说明
ExcludeDeletedBool-指示列出数据存储集合时是否排除已删除的项。