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.

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

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.DestinationFieldProperties

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

Syntax

C#
public class DestinationFieldProperties

The DestinationFieldProperties type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property IsCreatable System.Boolean

Gets and sets the property IsCreatable.

Specifies if the destination field can be created by the current user.

Public Property IsDefaultedOnCreate System.Boolean

Gets and sets the property IsDefaultedOnCreate.

Specifies whether the field can use the default value during a Create operation.

Public Property IsNullable System.Boolean

Gets and sets the property IsNullable.

Specifies if the destination field can have a null value.

Public Property IsUpdatable System.Boolean

Gets and sets the property IsUpdatable.

Specifies whether the field can be updated during an UPDATE or UPSERT write operation.

Public Property IsUpsertable System.Boolean

Gets and sets the property IsUpsertable.

Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do.

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

Gets and sets the property SupportedWriteOperations.

A list of supported write operations. For each write operation listed, this field can be used in idFieldNames when that write operation is present as a destination option.

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