Table of Contents

Class SandboxResourceUsage

Namespace
DotBoxD.Kernels.Sandbox
Assembly
DotBoxD.Kernels.dll
public sealed record SandboxResourceUsage : IEquatable<SandboxResourceUsage>
Inheritance
SandboxResourceUsage
Implements
Inherited Members

Constructors

SandboxResourceUsage(long, long, long, long, int, long, long, long, long, int, long, long)

public SandboxResourceUsage(long FuelUsed, long MaxFuel, long LoopIterations, long AllocatedBytes, int HostCalls, long FileBytesRead, long FileBytesWritten, long NetworkBytesRead, long NetworkBytesWritten, int LogEvents, long CollectionElements, long StringBytes)

Parameters

FuelUsed long
MaxFuel long
LoopIterations long
AllocatedBytes long
HostCalls int
FileBytesRead long
FileBytesWritten long
NetworkBytesRead long
NetworkBytesWritten long
LogEvents int
CollectionElements long
StringBytes long

Properties

AllocatedBytes

public long AllocatedBytes { get; init; }

Property Value

long

CollectionElements

public long CollectionElements { get; init; }

Property Value

long

FileBytesRead

public long FileBytesRead { get; init; }

Property Value

long

FileBytesWritten

public long FileBytesWritten { get; init; }

Property Value

long

FuelUsed

public long FuelUsed { get; init; }

Property Value

long

HostCalls

public int HostCalls { get; init; }

Property Value

int

LogEvents

public int LogEvents { get; init; }

Property Value

int

LoopIterations

public long LoopIterations { get; init; }

Property Value

long

MaxFuel

public long MaxFuel { get; init; }

Property Value

long

NetworkBytesRead

public long NetworkBytesRead { get; init; }

Property Value

long

NetworkBytesWritten

public long NetworkBytesWritten { get; init; }

Property Value

long

StringBytes

public long StringBytes { get; init; }

Property Value

long