Skip to main content

CloudVariableSummary

Object containing summary information about a cloud variable.

Members

Properties

NameDescription
CloudVariableSummary.CountThe count of variables with the same name.
CloudVariableSummary.NumAvgAverage of the variables if their type was number.
CloudVariableSummary.NumMaxMaximum of the variables if their type was number.
CloudVariableSummary.NumMinMinimum of the variables if their type was number.
CloudVariableSummary.NumSumSum of the variables if their type was number.
CloudVariableSummary.StringMaxMaximum of the variables if their type was string.
CloudVariableSummary.StringMinMinimum of the variables if their type was string.
CloudVariableSummary.VariableNameThe name of the variable.