DataStoreInfo
DataStoreInfo : Instance
Overview
The DataStoreInfo class is an object that provides information about a data store. This class mainly contains details such as the name of the data store, its creation time, and its last update time. This information is useful for opening and managing data stores through the DataStore Service.
Description
A data store is used to permanently store and manage data within a game, and DataStoreInfo objects provide metadata for those stores to help developers understand the state and nature of the data store. For example, you can search for that instance through the DataStoreService:GetDataStore() method, using the name of a particular data store as a unique identifier.