Field
The Field
object has information about the different properties associated with a field in the connector.
Types
Properties
Optional map of keys which may be returned.
A description of the field.
The type of data in the field.
Indicates whether this field can be created as part of a destination write.
Indicates whether this field is populated automatically when the object is created, such as a created at timestamp.
Indicates whether this field can used in a filter clause (WHERE
clause) of a SQL statement when querying data.
Indicates whether this field can be nullable or not.
Indicates whether a given field can be used in partitioning the query made to SaaS.
Indicates whether this field can used as a primary key for the given entity.
Indicates whether this field can be added in Select clause of SQL query or whether it is retrievable or not.
Indicates whether this field can be updated as part of a destination write.
Indicates whether this field can be upserted as part of a destination write.
The data type returned by the SaaS API, such as “picklist” or “textarea” from Salesforce.
A parent field name for a nested field.
Indicates the support filter operators for this field.
A list of supported values for the field.