Microsoft.WindowsAzure.MobileServices.Sync Namespace
Contains classes and interfaces that support access to attributes of sync operations.
Classes
MobileServiceLocalStore |
Base implementation for IMobileServiceLocalStore |
MobileServiceLocalStoreException |
Provides additional details of failed sync store operation |
MobileServiceLocalSystemTables |
Names of tables in local store that are reserved by sync framework |
MobileServicePushCompletionResult |
Gives you errors and status of the push completion. |
MobileServicePushFailedException |
An exception thrown when push does not complete successfully. |
MobileServiceSyncHandler |
Handles table operation errors and push completion results. |
MobileServiceTableOperationError |
Gives details of failed table operation. |
PullOptions | |
PurgeCompletedEvent |
A mobile service event that is published when a purge operation against the local store is completed. |
StoreChangeEvent |
Represents an event raised as a result of a change against the local store. |
StoreOperation |
Represents an operation against the local data store. |
StoreOperationCompletedEvent |
Represents an event raised when an operation against the local store completes. |
StoreOperationsBatch |
Represents a series of operations that happened within the context of a single action such as a server push or pull. |
StoreOperationsBatchCompletedEvent |
A mobile service event that is published when an operations batch against the local store is completed. |
Interfaces
IMobileServiceLocalStore |
Allows saving and reading data in the local tables. |
IMobileServiceSyncContext |
Provides a way to synchronize local database with remote database. |
IMobileServiceSyncHandler |
Handles table operation errors and push completion results. |
IMobileServiceSyncTable |
Provides operations on local table. |
IMobileServiceSyncTable<T> |
Provides operations on local table. |
IMobileServiceTableOperation |
An object representing table operation against remote table |
Enums
LocalStoreOperationKind |
Defines the kinds of operations performed against the local store. |
MobileServicePushStatus |
State in which push completed. |
MobileServiceTableOperationKind |
Enumeration for kinds of table operations. |
MobileServiceTableOperationState |
Enumeration for the state of table operation. |
StoreOperationSource |
Represents the source of an operation performed against the local store. |
StoreTrackingOptions |
A flags enumeration for the available store tracking options available. |