Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Client
Model
BulkIdPoint
C# 클래스 Client.Model.BulkIdPoint
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
프로퍼티
타입
설명
공개 메소드들
메소드
설명
BulkIdPoint
(
string
id
,
double
value
) :
Newtonsoft.Json
메소드 상세
BulkIdPoint()
공개
메소드
public
BulkIdPoint
(
string
id
,
double
value
) :
Newtonsoft.Json
id
string
The id of the Series
value
double
The datapoint value
리턴
Newtonsoft.Json