C# (CSharp) Amazon.CognitoSync.SyncManager Namespace

Nested Namespaces

Amazon.CognitoSync.SyncManager.Internal

Classes

Name Description
CognitoSyncManager
DataConflictException This exception is thrown when an update fails due to conflicting states
DataLimitExceededException
DataStorageException
Dataset
DatasetMetadata Metadata information representing a dataset
DatasetNotFoundException
DatasetUpdates A model class which stores a list of updated dataset.
NetworkException This exception is thrown when a service request failed due to network connectivity problem.
Record A Record is the element stored in a Dataset. There can be up to 1k records or up to 1 MB in size in a Dataset.
SQLiteCognitoAWSCredentials The SQLiteCognitoAWSCredentials extends from Amazon.CognitoIdentity.CognitoAWSCredentials and adds support for caching of identity id using SQLite
SyncConflict A model which stores conflicting record from the remote storage and the local storage.
SyncManagerException