AWS SDK for .NET Documentation
Selector Class
AmazonAmazon.DataPipeline.ModelSelector Did this page help you?   Yes   No    Tell us about it...

A comparision that is used to determine whether a query should return this object.

Declaration Syntax
C#
public class Selector
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Selector()()()()
Initializes a new instance of the Selector class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FieldName
The name of the field that the operator will be applied to. The field name is the "key" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

Constraints:

Length
0 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Operator
Contains a logical operation for comparing the value of a field with a specified value.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithFieldName(String) Obsolete.
Sets the FieldName property

WithOperator(Operator) Obsolete.
Sets the Operator property

Inheritance Hierarchy
Object
Selector

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)