Click or drag to resize
Grid Solutions Framework

QueryParameters Class

Represents the parameters of a Grafana query.
Inheritance Hierarchy
SystemObject
  GrafanaAdapters.FunctionsQueryParameters

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.181-beta
Syntax
public class QueryParameters
View Source

The QueryParameters type exposes the following members.

Constructors
 NameDescription
Public methodQueryParametersInitializes a new instance of the QueryParameters class
Top
Properties
 NameDescription
Public propertyDropEmptySeries Gets or sets a flag that indicates whether to include empty series in the query.
Public propertyImports Gets or sets any defined eval imports defined in the query.
Public propertyIncludePeaks Gets or sets a flag that indicates whether to include the peaks of the query.
Public propertyInterval Gets or sets the interval of the query.
Public propertyMetadataSelections Gets or sets metadata selections for the query.
Public propertyRadialDistribution Gets or sets any defined radial distribution request parameters defined in the query.
Public propertySourceTarget Gets or sets a reference to the original target that was the source of these results.
Public propertyStartTime Gets or sets start time of the query.
Public propertyStopTime Gets or sets stop time of the query.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also