Show / Hide Table of Contents

Class MetricDescriptorMetadata

Additional annotations that can be used to guide the usage of a metric.

Inheritance
object
MetricDescriptorMetadata
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 MetricDescriptorMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IngestDelay

The delay of data points caused by ingestion. Data points older than this age are guaranteed to be ingested and available to be read, excluding data loss due to errors.

Declaration
[JsonProperty("ingestDelay")]
public virtual object IngestDelay { get; set; }
Property Value
Type Description
object

LaunchStage

Deprecated. Must use the MetricDescriptor.launch_stage instead.

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

SamplePeriod

The sampling period of metric data points. For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period.

Declaration
[JsonProperty("samplePeriod")]
public virtual object SamplePeriod { get; set; }
Property Value
Type Description
object

TimeSeriesResourceHierarchyLevel

The scope of the timeseries data of the metric.

Declaration
[JsonProperty("timeSeriesResourceHierarchyLevel")]
public virtual IList<string> TimeSeriesResourceHierarchyLevel { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX