Share via


CosmosDbSqlApiCollectionDataset.CollectionName Property

Definition

Gets or sets cosmosDB (SQL API) collection name. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.collectionName")]
public object CollectionName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.collectionName")>]
member this.CollectionName : obj with get, set
Public Property CollectionName As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to