Class SqlPlanMetric
Metrics related to SQL execution.
Inheritance
SqlPlanMetric
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class SqlPlanMetric : IDirectResponseSchema
Properties
AccumulatorId
Declaration
[JsonProperty("accumulatorId")]
public virtual long? AccumulatorId { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MetricType
Declaration
[JsonProperty("metricType")]
public virtual string MetricType { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Implements