Skip to main content

AdminProfiling

Assembly: ServiceStack.dll
View Source
Declaration
[ExcludeMetadata]
[Tag("auth")]
public class AdminProfiling : IReturn<AdminProfilingResponse>, IReturn

Properties

Source

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

EventType

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

ThreadId

View Source
Declaration
public int? ThreadId { get; set; }

TraceId

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

UserAuthId

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

SessionId

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

Tag

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

Skip

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

Take

View Source
Declaration
public int? Take { get; set; }

OrderBy

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

WithErrors

View Source
Declaration
public bool? WithErrors { get; set; }

Pending

View Source
Declaration
public bool? Pending { get; set; }

Implements