MongoDbV2Source Class

Definition

A copy activity source for a MongoDB database.

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

Constructors

MongoDbV2Source()

Initializes a new instance of the MongoDbV2Source class.

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

Initializes a new instance of the MongoDbV2Source 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 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