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