KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.API.Client.QueryResult< T > Class Template Reference

The result of INodeConnection<T>.Query method More...

Properties

int Count [get, set]
 Gets or sets the total count of selected objects More...
 
IEnumerable< T > Items [get, set]
 Gets or sets the items limited by INodeConnection<T>.Query limit and offset parameters More...
 

Detailed Description

The result of INodeConnection<T>.Query method

Template Parameters
TThe type of node

Definition at line 18 of file QueryResult.cs.

Property Documentation

◆ Count

int KlusterKite.API.Client.QueryResult< T >.Count
getset

Gets or sets the total count of selected objects

Definition at line 23 of file QueryResult.cs.

◆ Items

IEnumerable<T> KlusterKite.API.Client.QueryResult< T >.Items
getset

Gets or sets the items limited by INodeConnection<T>.Query limit and offset parameters

Definition at line 28 of file QueryResult.cs.


The documentation for this class was generated from the following file: