次の方法で共有


DocumentDbOutputDataSource.CollectionNamePattern プロパティ

定義

使用するコレクションのコレクション名パターンを取得または設定します。 コレクション名の形式は、オプションの {partition} トークンを使用して構成できます。この場合、パーティションは 0 から開始します。 詳細については、 の DocumentDB セクション https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output を参照してください。 PUT (CreateOrReplace) 要求で必要です。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象