C# Class Client.Model.BulkKeyPoint

Represents a datapoint for a series referenced by id. This class is used to represent datapoints in a bulk write.
Inheritance: BulkPoint
Exibir arquivo Open project: tempodb/tempodb-net Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BulkKeyPoint ( string key, double value ) : Newtonsoft.Json

Method Details

BulkKeyPoint() public method

public BulkKeyPoint ( string key, double value ) : Newtonsoft.Json
key string The key of the Series
value double The datapoint value
return Newtonsoft.Json