DataApiQuery Class

Represents the data query that is used with IDataApi.

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public abstract class DataApiQuery
Inheritance
Object    DataApiQuery
Derived

Constructors

DataApiQuery Initializes a new instance of the DataApiQuery class

Properties

CustomCollation This parameter specifies the custom collation for the query.
Filter The filter object that is built using FilterBuilder.
GeoSpatialStages  
HintIndexForCount The hint index name specified for the counting query.
HintIndexName The hint index name specified for the query.
IncludeTotal Determines whether Casewhere returns the total number of ActualData Objects.
MaxQueryTimeout The max timeout specified for the query.
ProjectedFields The list of fields returned to Client. By default, Casewhere will return all.
SearchLimit When the limit is set, Casewhere will only process the search result within that limit, even when more data is found. If the limit is not set, Casewhere will use the SearchLimit configured in the web.config. This limit is applied for full-text search only.
Skip Bypasses a specified number of elements in a sequence and then returns the remaining elements. By default, Casewhere will skip none.
SortedFields List of sort fields.
Take Determines the number of ActualData Objects returned. By default, Casewhere will take all.

See Also