Query public class Query Represents the Query. Documentation public string Condition { get; set; } Gets or sets condition for the query. public List<Sort> Sorts { get; set; } Gets or sets list of sorts for the query. public Query()