Enum TransactionHeadersSortField
Defines fields in the MonitoringTransactionHeader record that can be used for sorting.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum TransactionHeadersSortField
Fields
Name | Description |
---|---|
Duration | Duration of this transaction in milliseconds. |
HttpStatusCode | HTTP response status code. |
InboundClientAddress | Client IP address provided on the inbound endpoint. |
InboundEndpointName | Service endpoint name. |
InboundPhysicalAddress | Service endpoint physical address. |
InboundServiceName | Friendly name of the service that service endpoint belongs to. |
InboundServiceVersionName | Friendly name of the service version that service endpoint belongs to. |
OperationName | Calling operation name or request message action. |
OutboundEndpointName | Client endpoint name. |
OutboundPhysicalAddress | Client endpoint physical address. |
OutboundServiceName | Friendly name of the service that client endpoint belongs to. |
OutboundServiceVersionName | Friendly name of the service version that client endpoint belongs to. |
StartDateTime | Start date and time of this transaction. |
Status | Transaction status indicating the processing result. |
TransactionError | Transaction error message. |