MongoDbAtlasSource Class

Definition

A copy activity source for a MongoDB Atlas database.

public class MongoDbAtlasSource : Microsoft.Azure.Management.DataFactory.Models.CopySource
type MongoDbAtlasSource = class
    inherit CopySource
Public Class MongoDbAtlasSource
Inherits CopySource
Inheritance
MongoDbAtlasSource

Constructors

MongoDbAtlasSource()

Initializes a new instance of the MongoDbAtlasSource class.

MongoDbAtlasSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, MongoDbCursorMethodsProperties, Object, Object, Object)

Initializes a new instance of the MongoDbAtlasSource class.

Properties

AdditionalColumns

Gets or sets specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from CopySource)
BatchSize

Gets or sets 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).

CursorMethods

Gets or sets cursor methods for Mongodb query

DisableMetricsCollection

Gets or sets if true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

(Inherited from CopySource)
Filter

Gets or sets specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).

MaxConcurrentConnections

Gets or sets the maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

(Inherited from CopySource)
QueryTimeout

Gets or sets query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SourceRetryCount

Gets or sets source retry count. Type: integer (or Expression with resultType integer).

(Inherited from CopySource)
SourceRetryWait

Gets or sets source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

(Inherited from CopySource)

Applies to