Document Db Output Data Source Args
data class DocumentDbOutputDataSourceArgs(val accountId: Output<String>? = null, val accountKey: Output<String>? = null, val collectionNamePattern: Output<String>? = null, val database: Output<String>? = null, val documentId: Output<String>? = null, val partitionKey: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<DocumentDbOutputDataSourceArgs>
Describes a DocumentDB output data source.
Constructors
Functions
Properties
Link copied to clipboard
The collection name pattern for the collections to be used. The collection name format can be constructed using the optional {partition} token, where partitions start from 0. See the DocumentDB section of https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for more information. Required on PUT (CreateOrReplace) requests.