StoredProcedureResponse<TValue>.ActivityId Property

Definition

Gets the Activity ID of the request from the Azure Cosmos DB service.

public string ActivityId { get; }
member this.ActivityId : string
Public ReadOnly Property ActivityId As String

Property Value

The Activity ID of the request.

Implements

Remarks

Every request is traced with a globally unique ID. Include activity ID in tracing application failures and when contacting Azure Cosmos DB support

Applies to