Name | Description | |
---|---|---|
![]() | ActionDuration | The duration the Action took to execute |
![]() | AgentSessionId | Id from JavaScript agent for session |
![]() | AuthorizeRequestDuration | The time it took for the request to be authorized |
![]() | ClassName | |
![]() | ConnectionId | The unique Id of the Http connection that provided the request |
![]() | Duration | The duration the request has been running |
![]() | Exception | The exception, if any, thrown at the completion of the routine |
![]() | FileName | |
![]() | HttpMethod | Gets/Sets the HttpMethod (GET, POST, PUT, DELETE, etc) used for this action. |
![]() | LineNumber | |
![]() | MethodName | |
![]() | ParameterDetails | A multi-line string describing the content of the parameters. |
![]() | Parameters | Gets/Sets a String that represents the parameters passed to this action |
![]() | ParentId | The span Id of the parent span that this request is a part of |
![]() | Request | The controller and action referenced by the request |
![]() | RequestId | The unique Id of the request being executed |
![]() | ResponseCode | The Http Response Code for the request. |
![]() | SessionId | Id to identify a user session from the web browser |
![]() | SpanId | The unique Id of the request being executed |
![]() | StartTimestamp | Timestamp the request started |
![]() | TraceId | The unique Id of the request being executed |
![]() | UserName | The user name for the action being performed. |