Mongo Db Atlas Source Response
data class MongoDbAtlasSourceResponse(val additionalColumns: Any? = null, val batchSize: Any? = null, val cursorMethods: MongoDbCursorMethodsPropertiesResponse? = null, val disableMetricsCollection: Any? = null, val filter: Any? = null, val maxConcurrentConnections: Any? = null, val queryTimeout: Any? = null, val sourceRetryCount: Any? = null, val sourceRetryWait: Any? = null, val type: String)
A copy activity source for a MongoDB Atlas database.
Constructors
Link copied to clipboard
fun MongoDbAtlasSourceResponse(additionalColumns: Any? = null, batchSize: Any? = null, cursorMethods: MongoDbCursorMethodsPropertiesResponse? = null, disableMetricsCollection: Any? = null, filter: Any? = null, maxConcurrentConnections: Any? = null, queryTimeout: Any? = null, sourceRetryCount: Any? = null, sourceRetryWait: Any? = null, type: String)
Types
Properties
Link copied to clipboard
Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
Link copied to clipboard