DataStoreKey

非推奨を表示
作成できません
複製されていません

Object representing a key on a DataStoreKeyPages object. It contains the key name as DataStoreKey.KeyName. This object is a member of the DataStoreKeyPages object returned by DataStore:ListKeysAsync().

See also:

  • Data Stores, an in-depth guide on data structure, management, error handling, etc.

概要

プロパティ

  • 読み取り専用
    複製されていません
    並列読み取り

    The name of the key.

プロパティ

KeyName

読み取り専用
複製されていません
並列読み取り

This property indicates the name of the key. This name can then be used in other operations such as GlobalDataStore:GetAsync() and GlobalDataStore:SetAsync().

If DataStoreOptions.AllScopes was set to true when accessing the data store through DataStoreService:GetDataStore(), the name will include its scope as a prefix.

方法

イベント