ActivityStartOptions Properties
An object defining properties for the ActivityStartOptions class.
Tags
A collection of key-value pairs representing metadata associated with the activity.
Type: List<KeyValuePair<string, object>>
User
The name of the user associated with the activity.
Type: string
PropagationContext
The context used for distributed tracing propagation.
Type: PropagationContext
TraceLevel
The severity level for tracing. Defaults to LogSeverity.Information
.
Type: LogSeverity
Accepted Values:
Name Value Verbose 0 Debug 1 Information 2 Warning 3 Error 4 Fatal 5
ActivityKind
Specifies the type of activity. Defaults to ActivityKind.Internal
.
Type: ActivityKind
UserId
The identifier of the user associated with the activity.
Type: string