QueryBody Class

Definition

The Analytics query. Learn more about the Analytics query syntax

public class QueryBody
type QueryBody = class
Public Class QueryBody
Inheritance
QueryBody

Constructors

QueryBody()

Initializes a new instance of the QueryBody class.

QueryBody(String, String, IList<String>)

Initializes a new instance of the QueryBody class.

Properties

Applications

Gets or sets a list of Application IDs for cross-application queries.

Query

Gets or sets the query to execute.

Timespan

Gets or sets optional. The timespan over which to query data. This is an ISO8601 time period value. This timespan is applied in addition to any that are specified in the query expression.

Methods

Validate()

Validate the object.

Applies to