Table of Contents

Class ProcessSessionLogs

Namespace
JD.AI.Core.Tools
Assembly
JD.AI.Core.dll

Log payload for a managed process session.

public sealed record ProcessSessionLogs : IEquatable<ProcessSessionLogs>
Inheritance
ProcessSessionLogs
Implements
Inherited Members

Constructors

ProcessSessionLogs(string, string, string, int, int)

Log payload for a managed process session.

public ProcessSessionLogs(string SessionId, string Stdout, string Stderr, int StdoutChars, int StderrChars)

Parameters

SessionId string
Stdout string
Stderr string
StdoutChars int
StderrChars int

Properties

SessionId

public string SessionId { get; init; }

Property Value

string

Stderr

public string Stderr { get; init; }

Property Value

string

StderrChars

public int StderrChars { get; init; }

Property Value

int

Stdout

public string Stdout { get; init; }

Property Value

string

StdoutChars

public int StdoutChars { get; init; }

Property Value

int