DataStoreInfo
Object describing data store information.
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Memory category | Instances |
---|
Member index 3
Description
Object describing data store information such as name, created time, and time last updated. This object is a member of the DataStoreListingPages object returned by DataStoreService:ListDataStoresAsync().
See also:
- Data Stores, an in-depth guide on data structure, management, error handling, etc.
History 15
- 553 Change Default of UpdatedTime from to
- 553 Change Default of DataStoreName from to
- 553 Change Default of CreatedTime from to
- 486 Change ThreadSafety of UpdatedTime from ReadOnly to ReadSafe
- 486 Change ThreadSafety of DataStoreName from ReadOnly to ReadSafe
- 486 Change ThreadSafety of CreatedTime from ReadOnly to ReadSafe
- 463 Add UpdatedTime
- 463 Add DataStoreName
- 463 Add CreatedTime
- 463 Add DataStoreInfo
- 452 Remove DataStoreInfo
- 453 Add UpdatedTime
- 453 Add DataStoreName
- 453 Add CreatedTime
- 453 Add DataStoreInfo
Members 3
CreatedTime
Type | Default | |
---|---|---|
int64 |
This property indicates when the data store was created in milliseconds since epoch.
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
History 5
- 553 Change Default of CreatedTime from to
- 486 Change ThreadSafety of CreatedTime from ReadOnly to ReadSafe
- 463 Add CreatedTime
- 452 Remove DataStoreInfo
- 453 Add CreatedTime
DataStoreName
Type | Default | |
---|---|---|
string |
This property indicates the name of the data store. It is used as a unique identifier to retrieve a data store instance with DataStoreService:GetDataStore().
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
History 5
- 553 Change Default of DataStoreName from to
- 486 Change ThreadSafety of DataStoreName from ReadOnly to ReadSafe
- 463 Add DataStoreName
- 452 Remove DataStoreInfo
- 453 Add DataStoreName
UpdatedTime
Type | Default | |
---|---|---|
int64 |
This property indicates the last time the data store was updated in milliseconds since epoch.
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
History 5
- 553 Change Default of UpdatedTime from to
- 486 Change ThreadSafety of UpdatedTime from ReadOnly to ReadSafe
- 463 Add UpdatedTime
- 452 Remove DataStoreInfo
- 453 Add UpdatedTime