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.

속성

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.

메서드

이벤트