WalCheckpoint

Classes > Generated > WalCheckpoint

Result row for 'WalCheckpoint' query.

public record WalCheckpoint : IEquatable<WalCheckpoint>

Constructors

WalCheckpoint

public WalCheckpoint(long busy, long log, long checkpointed)

Initializes a new instance of WalCheckpoint.

Parameter Type Description
busy Int64
log Int64
checkpointed Int64

Properties

busy

public long busy { get; init; }

Column 'busy'.

log

public long log { get; init; }

Column 'log'.

checkpointed

public long checkpointed { get; init; }

Column 'checkpointed'.