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