Parameter

class Parameter

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A range of values within which the parameter can be set.

Link copied to clipboard

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.

Link copied to clipboard

The data type of the parameter. For example, integer:

Link copied to clipboard

A description of the parameter

Link copied to clipboard

Whether the customer is allowed to modify the parameter.

Link copied to clipboard

A list of node types, and specific parameter values for each node.

Link copied to clipboard

The name of the parameter.

Link copied to clipboard

Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

Link copied to clipboard

The value for the parameter.

Link copied to clipboard

How the parameter is defined. For example, system denotes a system-defined parameter.

Functions

Link copied to clipboard
inline fun copy(block: Parameter.Builder.() -> Unit = {}): Parameter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String