DocumentCollection.StoredProceduresLink Property

Definition

Gets the self-link for stored procedures in a collection from the Azure Cosmos DB service.

[Newtonsoft.Json.JsonProperty(PropertyName="_sprocs")]
public string StoredProceduresLink { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="_sprocs")>]
member this.StoredProceduresLink : string
Public ReadOnly Property StoredProceduresLink As String

Property Value

The self-link for stored procedures in a collection.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to