Table of Contents

Struct Rows

Namespace
The.Caching
Assembly
Instagile.dll

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

Count int
Elements (Guid ID, ulong Version)[]

Properties

Count

[Key(0)]
public int Count { readonly get; set; }

Property Value

int

Elements

[Key(1)]
public (Guid ID, ulong Version)[]? Elements { readonly get; set; }

Property Value

(Guid ID, ulong Version)[]

Methods

Measure()

public readonly uint Measure()

Returns

uint