C# Class Client.Model.MultiIdPoint

Represents a datapoint for a series referenced by id. This class is used to represent datapoints in a multi write.
Inheritance: MultiPoint
Show file Open project: tempodb/tempodb-net Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
MultiIdPoint ( string id, System.DateTime timestamp, double value ) : System
MultiIdPoint ( string id, System.DateTime timestamp, long value ) : System

Method Details

MultiIdPoint() public method

public MultiIdPoint ( string id, System.DateTime timestamp, double value ) : System
id string The id of the Series
timestamp System.DateTime The timestamp of the datapoint
value double The datapoint value
return System

MultiIdPoint() public method

public MultiIdPoint ( string id, System.DateTime timestamp, long value ) : System
id string
timestamp System.DateTime
value long
return System