Parameter class

Describes an individual setting that controls some aspect of DAX behavior.

Constructors

Parameter({String? allowedValues, ChangeType? changeType, String? dataType, String? description, IsModifiable? isModifiable, List<NodeTypeSpecificValue>? nodeTypeSpecificValues, String? parameterName, ParameterType? parameterType, String? parameterValue, String? source})
Parameter.fromJson(Map<String, dynamic> json)
factory

Properties

allowedValues String?
A range of values within which the parameter can be set.
final
changeType ChangeType?
The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.
final
dataType String?
The data type of the parameter. For example, integer:
final
description String?
A description of the parameter
final
hashCode int
The hash code for this object.
no setterinherited
isModifiable IsModifiable?
Whether the customer is allowed to modify the parameter.
final
nodeTypeSpecificValues List<NodeTypeSpecificValue>?
A list of node types, and specific parameter values for each node.
final
parameterName String?
The name of the parameter.
final
parameterType ParameterType?
Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.
final
parameterValue String?
The value for the parameter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
How the parameter is defined. For example, system denotes a system-defined parameter.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited