CosmosClientOptions.ApplicationName Property

Definition

Get or set user-agent suffix to include with every Azure Cosmos DB service interaction.

public string ApplicationName { get; set; }
member this.ApplicationName : string with get, set
Public Property ApplicationName As String

Property Value

Remarks

Setting this property after sending any request won't have any effect.

Applies to