• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Adf Dataflow Cosmos Db Sink Settings Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfDataflowCosmosDbSinkSettingsNode
X-Ref:
  • Ast Adf Dataflow Cosmos Db Sink Settings Node
  • Ast Adf Dataflow Database Sink Settings Base Node
  • Ast Adf Dataflow Sink Settings Base Node

Attributes

AttributeAPI TypeDefaultDescription
AllowDeleteString 
Allow rows to be deleted in the sink.
AllowInsertString 
Allow rows to be inserted in the sink.
AllowUpdateString 
Allow rows to be updated in the sink.
AllowUpsertString 
Allow rows to be upserted in the sink.
BatchSizeString"-1"
Size of batches for columnar caching.
PartitionKeyString 
Key of the target partition. (eg. '/state/city')
StageInsertBooleanFalse
Allow rows to be updated in the sink.
TableActionAdfDataflowSinkTableActionNone
Select the table action: None, Truncate, Recreate.
ThroughputString 
Desired throughput for connection.
TotalWriteThroughputBudgetString 
An integer string that represents the amount of RUs that you wish to allocate to the bulk ingestion Spark job, this amount is taken out of the total throughput allocated to the collection.

Collection Children

ChildAPI TypeDescription
<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.
<KeyColumns>
    Multiple Choices...
</KeyColumns>
AstAdfDataflowKeyColumnBaseNode
Choose which column(s) is used to determine if a row from the source matches a row from the sink.

© Varigence