C# Class Client.Model.BulkIdPoint

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

Private Properties

Property Type Description

Public Methods

Method Description
BulkIdPoint ( string id, double value ) : Newtonsoft.Json

Method Details

BulkIdPoint() public method

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