The time interval to which the data point applies. For GAUGE metrics,
the start time does not need to be supplied, but if it is supplied, it must
equal the end time. For DELTA metrics, the start and end time should
specify a non-zero interval, with subsequent points specifying contiguous
and non-overlapping intervals. For CUMULATIVE metrics, the start and end
time should specify a non-zero interval, with subsequent points specifying
the same start time and increasing end times, until an event resets the
cumulative value to zero and sets a new start time for the following
points.
[[["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."],[[["This page provides reference documentation for the `Point` class within the Google Cloud BigQuery Migration v2 API, specifically version 1.2.0."],["The `Point` class represents a single data point in a time series and is part of the `Google.Cloud.BigQuery.Migration.V2` namespace, found in the `Google.Cloud.BigQuery.Migration.V2.dll` assembly."],["The `Point` class has two constructors, one default and another that accepts an existing `Point` object, to be made as a new instance."],["Key properties of the `Point` class include `Interval`, which represents the time interval for the data point, and `Value`, which contains the actual data point value."],["Version 1.5.0 is the latest version of the API, and older versions 1.0.0, 1.1.0, 1.3.0, and 1.4.0 are also available to reference."]]],[]]