Skip to main content

Adf Mongo Db V 2 Source Element

Adf Mongo Db V 2 Source Element

X-Ref:

Attributes

AttributeAPI TypeDefaultDescription
DatasetNameAstAdfMongoDbV2DatasetNode 
Specifies a reference to the MongoDb dataset that will supply the data. This is a required reference to an existing definiton.
BatchSizeInt32100
Determines the number of documents to be held in each batch of the response from the MongoDB database.
FilterString 
String for filtering the query collection.
MaxConcurrentConnectionsInt320
Max number of simultaneous connections to the source.
QueryTimeoutString 
How long to wait before timing out.
RetryCountInt320
Number of retries.
RetryWaitString 
String representing the retry wait. Pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))

Singleton Children

ChildAPI TypeDescription
<CursorMethods />AstAdfCursorMethodsNodeAstAdfCursorMethodsNode objects correspond directly to Copy Activity source settings for CosmosDB MongoDB datasets in Azure Data Factory.
<RawJsonProperties />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.

Collection Children

ChildAPI TypeDescription
<AdditionalColumns>
    <AdditionalColumn />
</AdditionalColumns>
AstAdfCopySourceAdditionalColumnNode
Specifies a list of additional columns to be used in the copy activity.
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
<Parameters>
    <Parameter />
</Parameters>
AstAdfCopyActivityParameterNode
Specifies the Dataset parameters to be used.