QueryBody Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Nullable<TimeSpan>, IList<String>) |
Initializes a new instance of the QueryBody class. |
Properties
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. |
Workspaces |
Gets or sets a list of workspaces that are included in the query. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET