Show / Hide Table of Contents

Class TraceQuery

LINT.IfChange Preview: Query for traces. This is a preview feature and may be subject to change before final release.

Inheritance
object
TraceQuery
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.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class TraceQuery : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ResourceContainer

Optional. The resource name of the project or Trace scope to fetch data from. If empty, the widget will default to the project's default Trace scope. If scope cannot be determined, then we fallback to the current project. Optional.

Declaration
[JsonProperty("resourceContainer")]
public virtual string ResourceContainer { get; set; }
Property Value
Type Description
string

SpanDataValue

The type of span data value to be displayed on the chart. Required.

Declaration
[JsonProperty("spanDataValue")]
public virtual string SpanDataValue { get; set; }
Property Value
Type Description
string

SpanFilters

First version of span filtering that we will support. Required.

Declaration
[JsonProperty("spanFilters")]
public virtual SpanFilters SpanFilters { get; set; }
Property Value
Type Description
SpanFilters

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX