Skip to content

API > CloudVariableSummary


CloudVariableSummary⚓︎

Object containing summary information about a cloud variable.

Members⚓︎

Properties⚓︎

Name Description
CloudVariableSummary.CountPropertyReadonly Property The count of variables with the same name.
CloudVariableSummary.NumAvgPropertyReadonly Property Average of the variables if their type was number.
CloudVariableSummary.NumMaxPropertyReadonly Property Maximum of the variables if their type was number.
CloudVariableSummary.NumMinPropertyReadonly Property Minimum of the variables if their type was number.
CloudVariableSummary.NumSumPropertyReadonly Property Sum of the variables if their type was number.
CloudVariableSummary.StringMaxPropertyReadonly Property Maximum of the variables if their type was string.
CloudVariableSummary.StringMinPropertyReadonly Property Minimum of the variables if their type was string.
CloudVariableSummary.VariableNamePropertyReadonly Property The name of the variable.