Uses of Class
com.azure.resourcemanager.datafactory.models.MongoDbAtlasSource
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of MongoDbAtlasSource in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionMongoDbAtlasSource.withAdditionalColumns
(Object additionalColumns) Set the additionalColumns property: Specifies the additional columns to be added to source data.MongoDbAtlasSource.withBatchSize
(Object batchSize) Set the batchSize property: Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance.MongoDbAtlasSource.withCursorMethods
(MongoDbCursorMethodsProperties cursorMethods) Set the cursorMethods property: Cursor methods for Mongodb query.MongoDbAtlasSource.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.MongoDbAtlasSource.withFilter
(Object filter) Set the filter property: Specifies selection filter using query operators.MongoDbAtlasSource.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.MongoDbAtlasSource.withQueryTimeout
(Object queryTimeout) Set the queryTimeout property: Query timeout.MongoDbAtlasSource.withSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.MongoDbAtlasSource.withSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.