Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddQueryMetric ( |
Add a metric to query for
|
|
SetCacheTime ( System.TimeSpan cacheTime ) : |
||
SetEnd ( DateTimeOffset end ) : |
This will be passed to kairosdb as an absolute time
|
|
SetEnd ( |
This will be passed to kairosdb as a relative time with the unit specified
|
|
SetEnd ( System.TimeSpan end ) : |
This will be passed to kairosdb as a relative milliseconds value
|
|
SetStart ( DateTimeOffset start ) : |
This will be passed to kairosdb as an absolute time
|
|
SetStart ( |
This will be passed to kairosdb as a relative time with the unit specified
|
|
SetStart ( System.TimeSpan start ) : |
This will be passed to kairosdb as a relative milliseconds value
|
|
SetTimeZone ( string timezone ) : |
public AddQueryMetric ( |
||
metric | ||
return |
public SetCacheTime ( System.TimeSpan cacheTime ) : |
||
cacheTime | System.TimeSpan | |
return |
public SetEnd ( DateTimeOffset end ) : |
||
end | DateTimeOffset | |
return |
public SetEnd ( |
||
end | ||
return |
public SetEnd ( System.TimeSpan end ) : |
||
end | System.TimeSpan | |
return |
public SetStart ( DateTimeOffset start ) : |
||
start | DateTimeOffset | |
return |
public SetStart ( |
||
start | ||
return |
public SetStart ( System.TimeSpan start ) : |
||
start | System.TimeSpan | |
return |
public SetTimeZone ( string timezone ) : |
||
timezone | string | |
return |