Namespace Bayat.SaveSystem.Storage
Classes
BuiltInConnectionFactory
The built-in connection factory.
ConnectionStringFactory
The connection string factory.
FileStorageStream
The file storage stream wrapper.
LocalDiskStorage
Local disk file storage implementation.
PlayerPrefsStorage
PlayerPrefs storage implementation.
PlayerPrefsStorageStream
The PlayerPrefs storage stream wrapper.
StorageBackup
Storage item backup information.
StorageBase
The base implementation of IStorage.
StorageClearOperationResult
Storage clear operation result.
StorageConnectionString
Holds a parsed connection string to the storage
StorageCopyOperationResult
Storage copy operation result.
StorageDeleteOperationResult
Storage delete operation result.
StorageFactory
The storage factory.
StorageFullException
StorageInvalidIdentifierException
StorageItemNotFoundException
StorageListOptions
Storage listing options.
StorageMetaData
Storage item meta data.
StorageMoveOperationResult
Storage move operation result.
StorageOperationResult
Storage operation result.
StorageStream
Storage stream wrapper.
Interfaces
IConnectionFactory
Connection factory is responsible for creating storage instances from connection strings.
IStorage
The storage interface, inherit StorageBase for implementing your own storage.
IStorageStream
Storage stream wrapper interface.