Share via


IStoredProcedureResponse<TValue>.ActivityId Property

Definition

Gets the Activity ID of the request.

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

Property Value

The Activity ID of the request.

Remarks

Every request is traced with a globally unique ID. Include activity ID in tracing application failures and when contacting Azure Cosmos DB support. This is exposed for mocking purposes for the Azure Cosmos DB service.

Applies to