C# 클래스 Client.Model.MultiIdPoint

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MultiIdPoint ( string id, System.DateTime timestamp, double value ) : System
MultiIdPoint ( string id, System.DateTime timestamp, long value ) : System

메소드 상세

MultiIdPoint() 공개 메소드

public MultiIdPoint ( string id, System.DateTime timestamp, double value ) : System
id string The id of the Series
timestamp System.DateTime The timestamp of the datapoint
value double The datapoint value
리턴 System

MultiIdPoint() 공개 메소드

public MultiIdPoint ( string id, System.DateTime timestamp, long value ) : System
id string
timestamp System.DateTime
value long
리턴 System