AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.DAX.Model.Parameter

Namespace: Amazon.DAX.Model
Assembly: AWSSDK.DAX.dll
Version: 3.x.y.z

Syntax

C#
public class Parameter

The Parameter type exposes the following members

Constructors

NameDescription
Public Method Parameter()

Properties

NameTypeDescription
Public Property AllowedValues System.String

Gets and sets the property AllowedValues.

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

Public Property ChangeType Amazon.DAX.ChangeType

Gets and sets the property 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.

Public Property DataType System.String

Gets and sets the property DataType.

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

Public Property Description System.String

Gets and sets the property Description.

A description of the parameter

Public Property IsModifiable Amazon.DAX.IsModifiable

Gets and sets the property IsModifiable.

Whether the customer is allowed to modify the parameter.

Public Property NodeTypeSpecificValues System.Collections.Generic.List<Amazon.DAX.Model.NodeTypeSpecificValue>

Gets and sets the property NodeTypeSpecificValues.

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

Public Property ParameterName System.String

Gets and sets the property ParameterName.

The name of the parameter.

Public Property ParameterType Amazon.DAX.ParameterType

Gets and sets the property ParameterType.

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

Public Property ParameterValue System.String

Gets and sets the property ParameterValue.

The value for the parameter.

Public Property Source System.String

Gets and sets the property Source.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5