public MetricDescriptor.Types.MetricKind MetricKind { get; set; }
Optional. The metric kind of the time series.
If present, it must be the same as the metric kind of the associated
metric. If the associated metric's descriptor must be auto-created, then
this field specifies the metric kind of the new descriptor and must be
either GAUGE (the default) or CUMULATIVE.
Required. The data points of this time series. When listing time series, points are
returned in reverse time order.
When creating a time series, this field must contain exactly one point and
the point's type must be the same as the value type of the associated
metric. If the associated metric's descriptor must be auto-created, then
the value type of the descriptor is determined by the point's type, which
must be BOOL, INT64, DOUBLE, or DISTRIBUTION.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eTimeSeries\u003c/code\u003e class within the BigQuery Migration v2 API, with version 1.5.0 being the latest release.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTimeSeries\u003c/code\u003e class, designed as a metrics object for a \u003ccode\u003eSubTask\u003c/code\u003e, inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTimeSeries\u003c/code\u003e class includes properties such as \u003ccode\u003eMetric\u003c/code\u003e, \u003ccode\u003eMetricKind\u003c/code\u003e, \u003ccode\u003ePoints\u003c/code\u003e, and \u003ccode\u003eValueType\u003c/code\u003e, which are essential for defining the characteristics of a time series, including its metric name, kind, data points, and value type.\u003c/p\u003e\n"],["\u003cp\u003eConstructors are provided for creating a new \u003ccode\u003eTimeSeries\u003c/code\u003e instance and for creating a copy of an existing \u003ccode\u003eTimeSeries\u003c/code\u003e object, and the \u003ccode\u003ePoints\u003c/code\u003e property is a required field that contains data points in reverse time order when listing time series.\u003c/p\u003e\n"]]],[],null,[]]