Class SyncStack
Represents the result of a sync operation.
Inheritance
System.Object
SyncStack
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Contentstack.Core.Models
Assembly: Contentstack.Core.dll
Syntax
public class SyncStack
Properties
| Improve this Doc View SourceItems
Readonly property contains all the Contents
Declaration
public IEnumerable<dynamic> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Object> |
PaginationToken
Readonly property for paginating sync
Declaration
[JsonProperty("pagination_token")]
public string PaginationToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SyncToken
Readonly property to delta sync.
Declaration
[JsonProperty("sync_token")]
public string SyncToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalCount
Readonly property to check totalCount
Declaration
[JsonProperty("total_count")]
public int TotalCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |