DittoSharp
0.1.0-alpha4
|
Public Member Functions | |
DittoPendingCursorOperation | Limit (int limit) |
DittoPendingCursorOperation | Sort (string query, DittoSortDirection direction) |
DittoPendingCursorOperation | Offset (uint offset) |
List< DittoDocument > | Exec () |
Dictionary< string, List< DittoUpdateResult > > | Update (Action< List< DittoMutableDocument >> updater) |
unsafe List< string > | Remove () |
unsafe List< string > | Evict () |
DittoSubscription | Subscribe () |
DittoLiveQuery | Observe (Action< List< DittoDocument >, DittoLiveQueryEvent > handler) |
DittoLiveQuery | ObserveLocal (Action< List< DittoDocument >, DittoLiveQueryEvent > handler) |