[]
The response data of CollectionView.
public class CollectionViewResponse<T> : OperationResult
Name | Description |
---|---|
T |
Name | Description |
---|---|
CollectionViewResponse() |
Name | Description |
---|---|
ColumnData | Gets or sets the data of specific column. |
Items | The items data for Read command. |
OperatedItemResults | The results of creating, deleting or updating items. |
PageIndex | The index of page which the items are in. |
Skip | Gets or sets the skip item count from the start. |
TotalItemCount | The total number of items in the view before paging is applied. |