C# 클래스 Client.Model.BulkKeyPoint

Represents a datapoint for a series referenced by id. This class is used to represent datapoints in a bulk write.
상속: BulkPoint
파일 보기 프로젝트 열기: tempodb/tempodb-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BulkKeyPoint ( string key, double value ) : Newtonsoft.Json

메소드 상세

BulkKeyPoint() 공개 메소드

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