Share via


DocumentDbOutputDataSource.CollectionNamePattern Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.collectionNamePattern")]
public string CollectionNamePattern { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.collectionNamePattern")>]
member this.CollectionNamePattern : string with get, set
Public Property CollectionNamePattern As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to