Struct TreeVirtualizationTelemetry
Namespace: VelloSharp.TreeDataGrid
Assembly: VelloSharp.TreeDataGrid.dll
public readonly record struct TreeVirtualizationTelemetry : IEquatable<TreeVirtualizationTelemetry>
Implements
IEquatable<TreeVirtualizationTelemetry>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
TreeVirtualizationTelemetry(uint, uint, uint, uint, uint, uint, uint, uint, uint)
public TreeVirtualizationTelemetry(uint RowsTotal, uint WindowLength, uint Reused, uint Adopted, uint Allocated, uint Recycled, uint ActiveBuffers, uint FreeBuffers, uint Evicted)
Parameters
RowsTotal uint
WindowLength uint
Reused uint
Adopted uint
Allocated uint
Recycled uint
ActiveBuffers uint
FreeBuffers uint
Evicted uint
Properties
ActiveBuffers
public uint ActiveBuffers { get; init; }
Property Value
Adopted
public uint Adopted { get; init; }
Property Value
Allocated
public uint Allocated { get; init; }
Property Value
Evicted
public uint Evicted { get; init; }
Property Value
FreeBuffers
public uint FreeBuffers { get; init; }
Property Value
Recycled
public uint Recycled { get; init; }
Property Value
Reused
public uint Reused { get; init; }
Property Value
RowsTotal
public uint RowsTotal { get; init; }
Property Value
WindowLength
public uint WindowLength { get; init; }