File data store that implements IDataStore. This store creates a different file for each
combination of type and key. This file data store stores a JSON format of the specified object.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-05 UTC."],[[["The latest version of the Google.Apis.Util.Store is 1.69.0, with previous versions including 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0 also being documented."],["FileDataStore is a class that implements the IDataStore interface, creating a separate JSON formatted file for each type and key combination."],["NullDataStore is a class that provides a null data store functionality where no data is stored or retrievable."],["IDataStore is an interface that manages data objects, where each object has a string key, using Instance for serialization, and it does not allow `null` keys."]]],[]]