Show / Hide Table of Contents

Class OpsAnalyticsQuery

Describes a query that can be run in Log Analytics.

Inheritance
object
OpsAnalyticsQuery
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX