Class MetricDescriptorMetadata
Additional annotations that can be used to guide the usage of a metric.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.v1beta1.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> |