Struct Rows
Cached value of a multiple-result query; includes a count and possibly the IDs of specific results with subscriptions to their updates.
[MessagePackObject(false)]
public record struct Rows : IEquatable<Rows>
- Implements
- Inherited Members
Constructors
Rows(int, (Guid ID, ulong Version)[]?)
Cached value of a multiple-result query; includes a count and possibly the IDs of specific results with subscriptions to their updates.
public Rows(int Count, (Guid ID, ulong Version)[]? Elements)
Parameters
Properties
Count
[Key(0)]
public int Count { readonly get; set; }
Property Value
Elements
[Key(1)]
public (Guid ID, ulong Version)[]? Elements { readonly get; set; }
Property Value
Methods
Measure()
public readonly uint Measure()