|
QueryParametersIncludePeaks Property
|
Gets or sets a flag that indicates whether to include the peaks of the query.
Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax public bool IncludePeaks { get; set; }
Public Property IncludePeaks As Boolean
Get
Set
public:
property bool IncludePeaks {
bool get ();
void set (bool value);
}
member IncludePeaks : bool with get, set
function get_IncludePeaks();
function set_IncludePeaks(value);
View SourceProperty Value
BooleanSee Also