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
Afficher le fichier Open project: tempodb/tempodb-net Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
MultiKeyPoint ( string key, System.DateTime timestamp, double value ) : System
MultiKeyPoint ( string key, System.DateTime timestamp, long value ) : System

Method Details

MultiKeyPoint() public méthode

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
Résultat System

MultiKeyPoint() public méthode

public MultiKeyPoint ( string key, System.DateTime timestamp, long value ) : System
key string
timestamp System.DateTime
value long
Résultat System