SalesforceV2Sink.IgnoreNullValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
public object IgnoreNullValues { get; set; }
member this.IgnoreNullValues : obj with get, set
Public Property IgnoreNullValues As Object
Property Value
Applies to
Azure SDK for .NET