SoqlSyncDownTarget

constructor(target: JSONObject)

Construct SoqlSyncDownTarget from json

Parameters

target

Throws


constructor(query: String)

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