Class SummaryField
A field from the LogEntry that is added to the summary line (https://cloud.google.com/logging/docs/view/logs-explorer-interface#add-summary-fields) for a query in the Logs Explorer.
Implements
Inherited Members
Namespace: Google.Apis.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class SummaryField : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Field
Optional. The field from the LogEntry to include in the summary line, for example resource.type or jsonPayload.name.
Declaration
[JsonProperty("field")]
public virtual string Field { get; set; }
Property Value
Type | Description |
---|---|
string |