DataStoreGetOptions
DataStoreGetOptions : Instance
Overview
The DataStoreGetOptions class is used to specify additional parameters when retrieving data from a data store using the GetAsync method. This class provides options that can influence how data is fetched, such as whether to use cached data or not.
Description
The DataStoreGetOptions class is part of the broader DataStore API, which allows developers to store and retrieve persistent data for their games. This class enables more control over how data is accessed, particularly in scenarios where performance and consistency are critical.