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.

Information for the filtering of a list of domains returned by ListDomains.

Inheritance Hierarchy

System.Object
  Amazon.Route53Domains.Model.FilterCondition

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

Syntax

C#
public class FilterCondition

The FilterCondition type exposes the following members

Constructors

NameDescription
Public Method FilterCondition()

Properties

NameTypeDescription
Public Property Name Amazon.Route53Domains.ListDomainsAttributeName

Gets and sets the property Name.

Name of the field which should be used for filtering the list of domains.

Public Property Operator Amazon.Route53Domains.Operator

Gets and sets the property Operator.

The operator values for filtering domain names. The values can be:

  • LE: Less than, or equal to

  • GE: Greater than, or equal to

  • BEGINS_WITH: Begins with

Public Property Values System.Collections.Generic.List<System.String>

Gets and sets the property Values.

An array of strings presenting values to compare. Only 1 item in the list is currently supported.

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