public Protobuf.WellKnownTypes.Duration IngestDelay { get; set; }
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.
public Protobuf.WellKnownTypes.Duration SamplePeriod { get; set; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation describes the `MetricDescriptorMetadata` class within the `Google.Api` namespace, used for providing additional guidance on metric usage, within version 2.2.0 of the Google.Api.CommonProtos."],["The `MetricDescriptorMetadata` class inherits from `Object` and implements `Protobuf.IBufferMessage`, providing constructors, fields, properties, and methods to interact with metric metadata."],["Key properties of `MetricDescriptorMetadata` include `IngestDelay`, representing the delay of data points due to ingestion, `LaunchStage`, indicating the launch stage of the metric (deprecated), and `SamplePeriod`, defining the sampling period of data points."],["The class provides fields like `IngestDelayFieldNumber`, `LaunchStageFieldNumber`, and `SamplePeriodFieldNumber`, which represent the field numbers for the respective properties."],["Methods provided with this class include `CalculateSize`, `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString`, and `WriteTo`, for working with the MetricDescriptorMetadata object."]]],[]]