DestinationFieldProperties

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Specifies if the destination field can have a null value.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String