Table of Contents

Class Response.LogRayDescriptor

Namespace
Phoesion.Glow.SDK.Lighthouse.API.Dtos.QuantumSpace.Logs.List
Assembly
Phoesion.Glow.SDK.Lighthouse.API.dll
[MessagePackObject(false)]
public sealed class Response.LogRayDescriptor : SafeType
Inheritance
object
Response.LogRayDescriptor

Properties

AppUserEmail

[Key("app_email")]
public string AppUserEmail { get; set; }

Property Value

string

AppUserId

[Key("app_uid")]
public string AppUserId { get; set; }

Property Value

string

AppUserName

[Key("app_uname")]
public string AppUserName { get; set; }

Property Value

string

ClientId

[Key("cid")]
public string ClientId { get; set; }

Property Value

string

DeploymentId

[Key("did")]
public long DeploymentId { get; set; }

Property Value

long

Entry_Method

[Key("en.method")]
public Methods Entry_Method { get; set; }

Property Value

Methods

Entry_Protocol

[Key("en.proto")]
public string Entry_Protocol { get; set; }

Property Value

string

Entry_Resource

[Key("en.res")]
public string Entry_Resource { get; set; }

Property Value

string

Exit_ProcessingDuration

[Key("ex.proc.dur")]
public uint Exit_ProcessingDuration { get; set; }

Property Value

uint

Exit_Result

[Key("ex.res")]
public string Exit_Result { get; set; }

Property Value

string

Exit_ResultCode

[Key("ex.rescode")]
public int Exit_ResultCode { get; set; }

Property Value

int

Exit_TotalDuration

[Key("ex.tot.dur")]
public uint Exit_TotalDuration { get; set; }

Property Value

uint

Flags

[Key("f")]
public RayLogFlags Flags { get; set; }

Property Value

RayLogFlags

Id

[Key("id")]
public long Id { get; set; }

Property Value

long

IsSaved

[Key("fav")]
public bool IsSaved { get; set; }

Property Value

bool

LogEntriesCount

[Key("cnt")]
public long LogEntriesCount { get; set; }

Property Value

long

LogLevel

[Key("ll")]
public LogLevel LogLevel { get; set; }

Property Value

LogLevel

RayId

[Key("rid")]
public string RayId { get; set; }

Property Value

string

SourceIP

[Key("ip")]
public string SourceIP { get; set; }

Property Value

string

Tag

[Key("tag")]
public string Tag { get; set; }

Property Value

string

TimestampTicks

[Key("ts")]
public long TimestampTicks { get; set; }

Property Value

long