Class SandboxResourceUsage
Namespace: DotBoxD.Kernels.Sandbox
Assembly: DotBoxD.Kernels.dll
public sealed record SandboxResourceUsage : IEquatable<SandboxResourceUsage>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<SandboxResourceUsage>
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”SandboxResourceUsage(long, long, long, long, int, long, long, long, long, int, long, long)
Section titled “ 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
Section titled “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
Section titled “Properties”AllocatedBytes
Section titled “ AllocatedBytes”public long AllocatedBytes { get; init; }Property Value
Section titled “Property Value”CollectionElements
Section titled “ CollectionElements”public long CollectionElements { get; init; }Property Value
Section titled “Property Value”FileBytesRead
Section titled “ FileBytesRead”public long FileBytesRead { get; init; }Property Value
Section titled “Property Value”FileBytesWritten
Section titled “ FileBytesWritten”public long FileBytesWritten { get; init; }Property Value
Section titled “Property Value”FuelUsed
Section titled “ FuelUsed”public long FuelUsed { get; init; }Property Value
Section titled “Property Value”HostCalls
Section titled “ HostCalls”public int HostCalls { get; init; }Property Value
Section titled “Property Value”LogEvents
Section titled “ LogEvents”public int LogEvents { get; init; }Property Value
Section titled “Property Value”LoopIterations
Section titled “ LoopIterations”public long LoopIterations { get; init; }Property Value
Section titled “Property Value”MaxFuel
Section titled “ MaxFuel”public long MaxFuel { get; init; }Property Value
Section titled “Property Value”NetworkBytesRead
Section titled “ NetworkBytesRead”public long NetworkBytesRead { get; init; }Property Value
Section titled “Property Value”NetworkBytesWritten
Section titled “ NetworkBytesWritten”public long NetworkBytesWritten { get; init; }Property Value
Section titled “Property Value”StringBytes
Section titled “ StringBytes”public long StringBytes { get; init; }