|
QueryRequestmaxDataPoints Property
|
Maximum data points to return.
Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax public int maxDataPoints { get; set; }
Public Property maxDataPoints As Integer
Get
Set
public:
property int maxDataPoints {
int get ();
void set (int value);
}
member maxDataPoints : int with get, set
function get_maxDataPoints();
function set_maxDataPoints(value);
View SourceProperty Value
Int32See Also