DynamicsSink |
DynamicsSink.withAlternateKeyName(Object alternateKeyName) |
Set the alternateKeyName property: The logical name of the alternate key which will be used when upserting
records.
|
DynamicsSink |
DynamicsSink.withDisableMetricsCollection(Object disableMetricsCollection) |
Set the disableMetricsCollection property: If true, disable data store metrics collection.
|
DynamicsSink |
DynamicsSink.withIgnoreNullValues(Object ignoreNullValues) |
Set the ignoreNullValues property: The flag indicating whether ignore null values from input dataset (except key
fields) during write operation.
|
DynamicsSink |
DynamicsSink.withMaxConcurrentConnections(Object maxConcurrentConnections) |
Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.
|
DynamicsSink |
DynamicsSink.withSinkRetryCount(Object sinkRetryCount) |
Set the sinkRetryCount property: Sink retry count.
|
DynamicsSink |
DynamicsSink.withSinkRetryWait(Object sinkRetryWait) |
Set the sinkRetryWait property: Sink retry wait.
|
DynamicsSink |
DynamicsSink.withWriteBatchSize(Object writeBatchSize) |
Set the writeBatchSize property: Write batch size.
|
DynamicsSink |
DynamicsSink.withWriteBatchTimeout(Object writeBatchTimeout) |
Set the writeBatchTimeout property: Write batch timeout.
|
DynamicsSink |
DynamicsSink.withWriteBehavior(DynamicsSinkWriteBehavior writeBehavior) |
Set the writeBehavior property: The write behavior for the operation.
|