SyncStack
SyncStack
Represents the result of a sync operation.
| Name | Type | Description |
|---|---|---|
| items | NSArray<NSDictionary<NSString*id> *> | Readonly property contains all the Contents |
| skip | int | Readonly property to check skip count |
| limit | int | Readonly property to check limit |
| totalCount | int | Readonly property to check totalCount |
| paginationToken | NSString | Readonly property for paginating sync |
| syncToken | NSString | Readonly property to delta sync. |