Share via


QueryBody Class

Definition

Query request body

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

Constructors

QueryBody()

Initializes a new instance of the QueryBody class.

QueryBody(String, Nullable<TimeSpan>, IList<String>)

Initializes a new instance of the QueryBody class.

Properties

Applications

Gets or sets a list of applications that are included in the query.

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