SoqlSyncDownTarget
Construct SoqlSyncDownTarget from json
Parameters
target
Throws
Construct SoqlSyncDownTarget from soql query
Parameters
query
constructor(idFieldName: String?, modificationDateFieldName: String?, query: String, maxBatchSize: Int = RestRequest.DEFAULT_BATCH_SIZE)
Construct SoqlSyncDownTarget from soql query
Parameters
idFieldName
modificationDateFieldName
query
maxBatchSize
must be between 200 and 2000