CollectionSyncUpTarget
Construct CollectionSyncUpTarget with a different maxBatchSize (NB: cannot exceed MAX_RECORDS_SOBJECT_COLLECTION_API)
constructor(createFieldlist: List<String>? = null, updateFieldlist: List<String>? = null, idFieldName: String? = null, modificationDateFieldName: String? = null, externalIdFieldName: String? = null, maxBatchSize: Int = MAX_RECORDS_SOBJECT_COLLECTION_API)
Construct CollectionSyncUpTarget
Construct SyncUpTarget from json
Parameters
target