AWS SDK Version 2 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.

.NET Framework 3.5
 
Contains a logical operation for comparing the value of a field with a specified value.

Inheritance Hierarchy

System.Object
  Amazon.DataPipeline.Model.Operator

Namespace: Amazon.DataPipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Operator : Object

The Operator type exposes the following members

Constructors

NameDescription
Public Method Operator()

Properties

NameTypeDescription
Public Property Type Amazon.DataPipeline.OperatorType Gets and sets the property Type.

The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string "my".

Public Property Values System.Collections.Generic.List<System.String> Gets and sets the property Values.

The value that the actual field value will be compared with.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8