LinkColumnsMode
Controls how the 'link' type columns are exposed by the provider provider.
Possible Values
Ignore, Includeデータ型
string
デフォルト値
"Ignore"
解説
The available options are detailed below:
Ignore | All 'link' type columns will not be pushed by the provider. |
Include | The 'link' type columns are used only for the Insertion of the related objects. This mode is useful for cases when we need to add relationships between Parent-Child objects. For instance, if we need to add comments to a Call we can use the 'commentlog_link' column and provide a comma-separated list of comment ids. |