Class LoggingQuery
Describes a Cloud Logging query that can be run in Logs Explorer UI or via the logging API.In addition to the query itself, additional information may be stored to capture the display configuration and other UI state used in association with analysis of query results.
Implements
Inherited Members
Namespace: Google.Apis.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class LoggingQuery : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
Required. An advanced query using the Logging Query Language (https://cloud.google.com/logging/docs/view/logging-query-language). The maximum length of the filter is 20000 characters.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
SummaryFieldEnd
Characters will be counted from the end of the string.
Declaration
[JsonProperty("summaryFieldEnd")]
public virtual int? SummaryFieldEnd { get; set; }
Property Value
Type | Description |
---|---|
int? |
SummaryFieldStart
Characters will be counted from the start of the string.
Declaration
[JsonProperty("summaryFieldStart")]
public virtual int? SummaryFieldStart { get; set; }
Property Value
Type | Description |
---|---|
int? |
SummaryFields
Optional. The set of summary fields to display for this saved query.
Declaration
[JsonProperty("summaryFields")]
public virtual IList<SummaryField> SummaryFields { get; set; }
Property Value
Type | Description |
---|---|
IList<SummaryField> |