Class OpsAnalyticsQuery
Describes a query that can be run in Log Analytics.
Implements
Inherited Members
Namespace: Google.Apis.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class OpsAnalyticsQuery : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
QueryBuilder
Optional. A query builder configuration used in Log Analytics.If both query_builder and sql_query_text fields are set, then the sql_query_text will be used, if its non-empty. At least one of the two fields must be set.
Declaration
[JsonProperty("queryBuilder")]
public virtual QueryBuilderConfig QueryBuilder { get; set; }
Property Value
| Type | Description |
|---|---|
| QueryBuilderConfig |
SqlQueryText
Optional. A Log Analytics SQL query in text format.If both sql_query_text and query_builder fields are set, then the sql_query_text will be used, if its non-empty. At least one of the two fields must be set.
Declaration
[JsonProperty("sqlQueryText")]
public virtual string SqlQueryText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |