public sealed class ProgressTimeseries.Types.Point : IMessage<ProgressTimeseries.Types.Point>, IEquatable<ProgressTimeseries.Types.Point>, IDeepCloneable<ProgressTimeseries.Types.Point>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class ProgressTimeseries.Types.Point.
[[["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-04-01 UTC."],[[["This document provides reference information for the `ProgressTimeseries.Types.Point` class within the Dataflow v1beta3 API, detailing its structure and usage."],["The `ProgressTimeseries.Types.Point` class represents a specific point in a timeseries and inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one parameterless and one that accepts another `ProgressTimeseries.Types.Point` instance for cloning, and it is found within the `Google.Cloud.Dataflow.V1Beta3` namespace."],["Key properties of the `ProgressTimeseries.Types.Point` class are `Time`, representing the timestamp of the point, and `Value`, representing the numerical value of the point, as a `double`."],["The latest version available in this document is `2.0.0-beta07` and there are previous versions available to choose from, with a beta version as low as `1.0.0-beta03`."]]],[]]