C# Class Client.Model.MultiKeyPoint

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

Private Properties

Property Type Description

Public Methods

Method Description
MultiKeyPoint ( string key, System.DateTime timestamp, double value ) : System
MultiKeyPoint ( string key, System.DateTime timestamp, long value ) : System

Method Details

MultiKeyPoint() public method

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

MultiKeyPoint() public method

public MultiKeyPoint ( string key, System.DateTime timestamp, long value ) : System
key string
timestamp System.DateTime
value long
return System