ParameterDeclaration Class

Definition

Single topology parameter declaration. Declared parameters can and must be referenced throughout the topology and can optionally have default values to be used when they are not defined in the pipeline instances.

public class ParameterDeclaration
type ParameterDeclaration = class
Public Class ParameterDeclaration
Inheritance
ParameterDeclaration

Constructors

ParameterDeclaration(String, ParameterType)

Initializes a new instance of ParameterDeclaration.

Properties

Default

The default value for the parameter to be used if the live pipeline does not specify a value.

Description

Description of the parameter.

Name

Name of the parameter.

Type

Type of the parameter.

Applies to