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
BulkKeyPoint
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