Namespace Google.Apis.Util.Store (1.60.0)

Classes

FileDataStore

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.

NullDataStore

A null datastore. Nothing is stored, nothing is retrievable.

Interfaces

IDataStore

Stores and manages data objects, where the key is a string and the value is an object.

null keys are not allowed.