Table of Contents

Class Request

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

Properties

Filter_ActionName

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

Property Value

string

Filter_AppUserEmail

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

Property Value

string

Filter_AppUserId

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

Property Value

string

Filter_AppUserName

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

Property Value

string

Filter_Category

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

Property Value

string

Filter_DeploymentId

[Key("Filter_DeploymentId")]
public long? Filter_DeploymentId { get; set; }

Property Value

long?

Filter_EntryMethod

[Key("Filter_EntryMethod")]
public Methods Filter_EntryMethod { get; set; }

Property Value

Methods

Filter_LogMessage

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

Property Value

string

Filter_Maximum_LogLevel

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

Property Value

LogLevel

Filter_Minimum_LogLevel

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

Property Value

LogLevel

Filter_ModuleName

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

Property Value

string

Filter_Properties

[Key("Filter_Properties")]
public List<Request.LogFilterProperty> Filter_Properties { get; set; }

Property Value

List<Request.LogFilterProperty>

Filter_RayId

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

Property Value

string

Filter_RayTag

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

Property Value

string

Filter_ServiceName

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

Property Value

string

Filter_SourceIP

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

Property Value

string

Filter_TimestampFrom

[Key("Filter_TimestampFrom")]
public DateTime? Filter_TimestampFrom { get; set; }

Property Value

DateTime?

Filter_TimestampTo

[Key("Filter_TimestampTo")]
public DateTime? Filter_TimestampTo { get; set; }

Property Value

DateTime?

LoadSavedLogs

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

Property Value

bool

Pagination_Page

[Key("Pagination_Page")]
public int Pagination_Page { get; set; }

Property Value

int

Pagination_ResultsPerPage

[Key("Pagination_ResultsPerPage")]
public int Pagination_ResultsPerPage { get; set; }

Property Value

int

SortingRule

[Key("SortingRule")]
public Request.SortingRules SortingRule { get; set; }

Property Value

Request.SortingRules

filter_ClientId

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

Property Value

string