IStoredProcedureResponse<TValue>.ActivityId Property

Definition

Gets the Activity ID of the request.

public string ActivityId { get; }
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 DocumentDB support. This is exposed for mocking purposes for the Azure DocumentDB database service.