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.
A set of elements to filter the returned node configurations.
Namespace: Amazon.Redshift.Model
Assembly: AWSSDK.Redshift.dll
Version: 3.x.y.z
public class NodeConfigurationOptionsFilter
The NodeConfigurationOptionsFilter type exposes the following members
Name | Description | |
---|---|---|
NodeConfigurationOptionsFilter() |
Name | Type | Description | |
---|---|---|---|
Name | Amazon.Redshift.NodeConfigurationOptionsFilterName |
Gets and sets the property Name. The name of the element to filter. |
|
Operator | Amazon.Redshift.OperatorType |
Gets and sets the property Operator. The filter operator. If filter Name is NodeType only the 'in' operator is supported. Provide one value to evaluate for 'eq', 'lt', 'le', 'gt', and 'ge'. Provide two values to evaluate for 'between'. Provide a list of values for 'in'. |
|
Values | System.Collections.Generic.List<System.String> |
Gets and sets the property Values. List of values. Compare Name using Operator to Values. If filter Name is NumberOfNodes, then values can range from 0 to 200. If filter Name is EstimatedDiskUtilizationPercent, then values can range from 0 to 100. For example, filter NumberOfNodes (name) GT (operator) 3 (values). |
.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