SyncStack
SyncStack
Represents the result of a sync operation.
| Name | Type | Description |
|---|---|---|
| Items | IEnumerable<dynamic> | Readonly property contains all the Contents |
| PaginationToken | string | Readonly property for paginating sync |
| SyncToken | string | Readonly property to delta sync. |
| TotalCount | int | Readonly property to check totalCount |