Share via


IDocumentDbOutputDataSource.Database Property

Definition

The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests.

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="database", Update=true)]
public string Database { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="database", Update=true)>]
member this.Database : string with get, set
Public Property Database As String

Property Value

Attributes

Applies to