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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document covers version 1.60.0 of the Google.Apis.Util.Store, along with links to other versions such as the latest 1.69.0."],["It defines the `FileDataStore` class, which implements the `IDataStore` interface and stores data in JSON format in individual files based on type and key combinations."],["It introduces the `NullDataStore` class, which serves as a datastore where no data is saved or retrievable."],["The `IDataStore` interface is described, which is used for storing and managing data objects with string keys and object values, and it is noted that null keys are not permitted."]]],[]]