File data store that implementsIDataStore. 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-09-04 UTC."],[[["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eFileDataStore is a class that implements the IDataStore interface, creating a separate JSON formatted file for each type and key combination.\u003c/p\u003e\n"],["\u003cp\u003eNullDataStore is a class that provides a null data store functionality where no data is stored or retrievable.\u003c/p\u003e\n"],["\u003cp\u003eIDataStore is an interface that manages data objects, where each object has a string key, using Instance for serialization, and it does not allow \u003ccode\u003enull\u003c/code\u003e keys.\u003c/p\u003e\n"]]],[],null,["# Namespace Google.Apis.Util.Store (1.69.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.69.0 (latest)](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Util.Store)\n- [1.68.0](/dotnet/docs/reference/Google.Apis/1.68.0/Google.Apis.Util.Store)\n- [1.60.0](/dotnet/docs/reference/Google.Apis/1.60.0/Google.Apis.Util.Store)\n- [1.59.0](/dotnet/docs/reference/Google.Apis/1.59.0/Google.Apis.Util.Store)\n- [1.55.0](/dotnet/docs/reference/Google.Apis/1.55.0/Google.Apis.Util.Store)\n- [1.50.0](/dotnet/docs/reference/Google.Apis/1.50.0/Google.Apis.Util.Store) \n\nClasses\n-------\n\n### [FileDataStore](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Util.Store.FileDataStore)\n\nFile data store that implements [IDataStore](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Util.Store.IDataStore). This store creates a different file for each\ncombination of type and key. This file data store stores a JSON format of the specified object.\n\n### [NullDataStore](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Util.Store.NullDataStore)\n\nA null datastore. Nothing is stored, nothing is retrievable.\n\nInterfaces\n----------\n\n### [IDataStore](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Util.Store.IDataStore)\n\nStores and manages data objects, where the key is a string and the value is an object.\nThe store will use [Instance](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Json.NewtonsoftJsonSerializer#Google_Apis_Json_NewtonsoftJsonSerializer_Instance) for serialization.\n\n`null` keys are not allowed.\n\n\u003cbr /\u003e"]]