Table of Contents

Class Response.LogEntryDescriptor

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

Properties

Category

[Key(9)]
public string Category { get; set; }

Property Value

string

EventId

[Key(8)]
public Response.LogEntryDescriptor.EventIdDescriptor EventId { get; set; }

Property Value

Response.LogEntryDescriptor.EventIdDescriptor

Exception

[Key(14)]
public string Exception { get; set; }

Property Value

string

Flags

[Key(3)]
public LogEntryFlags Flags { get; set; }

Property Value

LogEntryFlags

Id

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

Property Value

long

LogLevel

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

Property Value

LogLevel

Message

[Key(10)]
public string Message { get; set; }

Property Value

string

MetadataId

[Key(4)]
public long MetadataId { get; set; }

Property Value

long

OperationId

[Key(5)]
public string OperationId { get; set; }

Property Value

string

PhotonId_Nonce

[Key(6)]
public uint PhotonId_Nonce { get; set; }

Property Value

uint

Properties

[Key(11)]
public Dictionary<string, string> Properties { get; set; }

Property Value

Dictionary<string, string>

Scope

[Key(7)]
public Response.LogEntryDescriptor.ScopeDescriptor Scope { get; set; }

Property Value

Response.LogEntryDescriptor.ScopeDescriptor

State

[Key(12)]
public string State { get; set; }

Property Value

string

StateType

[Key(13)]
public string StateType { get; set; }

Property Value

string

TimestampTicks

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

Property Value

long