Skip to main content

RedisDiagnosticEvent

Assembly: ServiceStack.Text.dll
View Source
Declaration
public class RedisDiagnosticEvent : DiagnosticEvent

Properties

Source

View Source
Declaration
public override string Source { get; }

Command

View Source
Declaration
public byte[][] Command { get; set; }

Client

RedisNativeClient instance, late-bound object to decouple

View Source
Declaration
public object Client { get; set; }

Socket

View Source
Declaration
public Socket Socket { get; set; }

Host

View Source
Declaration
public string Host { get; set; }

Port

View Source
Declaration
public int Port { get; set; }

Inherited Properties

ClientOperationId

View Source
Declaration
public Guid? ClientOperationId { get; set; }

Date

View Source
Declaration
public DateTime Date { get; set; }

DiagnosticEntry

View Source
Declaration
public object DiagnosticEntry { get; set; }

EventType

View Source
Declaration
public string EventType { get; set; }

Exception

View Source
Declaration
public Exception Exception { get; set; }

Meta

View Source
Declaration
public Dictionary<string, string> Meta { get; set; }

Operation

View Source
Declaration
public string Operation { get; set; }

OperationId

View Source
Declaration
public Guid OperationId { get; set; }

Source

View Source
Declaration
public virtual string Source { get; }

StackTrace

View Source
Declaration
public string StackTrace { get; set; }

Tag

View Source
Declaration
public string Tag { get; set; }

Timestamp

View Source
Declaration
public long Timestamp { get; set; }

TraceId

View Source
Declaration
public string TraceId { get; set; }

UserAuthId

View Source
Declaration
public string UserAuthId { get; set; }