SyncResult
SyncResult
Represents the result of a sync operation.
| Name | Type | Description |
|---|---|---|
| skip | Number | Returns the value of attribute skip. |
| limit | Number | Returns the value of attribute limit. |
| items | IEnumerable<dynamic> | Readonly property contains all the Contents |
| pagination_token | String | Readonly property for paginating sync |
| sync_token | String | Readonly property to delta sync. |
| total_count | Number | Readonly property to check totalCount |