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 the data model of a connector field. For example, for an account entity, the fields would be account name, account ID, and so on.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.ConnectorEntityField

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

Syntax

C#
public class ConnectorEntityField

The ConnectorEntityField type exposes the following members

Constructors

NameDescription
Public Method ConnectorEntityField()

Properties

NameTypeDescription
Public Property CustomProperties System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property CustomProperties.

A map that has specific properties related to the ConnectorEntityField.

Public Property DefaultValue System.String

Gets and sets the property DefaultValue.

Default value that can be assigned to this field.

Public Property Description System.String

Gets and sets the property Description.

A description of the connector entity field.

Public Property DestinationProperties Amazon.Appflow.Model.DestinationFieldProperties

Gets and sets the property DestinationProperties.

The properties applied to a field when the connector is being used as a destination.

Public Property Identifier System.String

Gets and sets the property Identifier.

The unique identifier of the connector field.

Public Property IsDeprecated System.Boolean

Gets and sets the property IsDeprecated.

Booelan value that indicates whether this field is deprecated or not.

Public Property IsPrimaryKey System.Boolean

Gets and sets the property IsPrimaryKey.

Booelan value that indicates whether this field can be used as a primary key.

Public Property Label System.String

Gets and sets the property Label.

The label applied to a connector entity field.

Public Property ParentIdentifier System.String

Gets and sets the property ParentIdentifier.

The parent identifier of the connector field.

Public Property SourceProperties Amazon.Appflow.Model.SourceFieldProperties

Gets and sets the property SourceProperties.

The properties that can be applied to a field when the connector is being used as a source.

Public Property SupportedFieldTypeDetails Amazon.Appflow.Model.SupportedFieldTypeDetails

Gets and sets the property SupportedFieldTypeDetails.

Contains details regarding the supported FieldType, including the corresponding filterOperators and supportedValues.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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