QueryResponse Class

Definition

Query result.

public class QueryResponse
type QueryResponse = class
Public Class QueryResponse
Inheritance
QueryResponse

Constructors

QueryResponse()

Initializes a new instance of the QueryResponse class.

QueryResponse(Int64, Int64, ResultTruncated, Object, String, IList<Facet>)

Initializes a new instance of the QueryResponse class.

Properties

Count

Gets or sets number of records returned in the current response. In the case of paging, this is the number of records in the current page.

Data

Gets or sets query output in JObject array or Table format.

Facets

Gets or sets query facets.

ResultTruncated

Gets or sets indicates whether the query results are truncated. Possible values include: 'true', 'false'

SkipToken

Gets or sets when present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

TotalRecords

Gets or sets number of total records matching the query.

Methods

Validate()

Validate the object.

Applies to