Table of Contents

Class ReadResult

Namespace
The.Persistence.Read
Assembly
Instagile.dll
[MessagePackObject(false)]
public class ReadResult
Inheritance
ReadResult
Inherited Members

Constructors

ReadResult()

public ReadResult()

Fields

Aggregates

[Key(5)]
public readonly List<int> Aggregates

Field Value

List<int>

Autonums

[Key(1)]
public readonly Dictionary<Guid, ValueBox> Autonums

Field Value

Dictionary<Guid, ValueBox>

EntityBatches

[Key(2)]
public readonly List<List<Row?>> EntityBatches

Field Value

List<List<Row>>

PairBatches

[Key(4)]
public readonly List<RelationshipPairs> PairBatches

Field Value

List<RelationshipPairs>

Queries

[Key(6)]
public readonly List<FrozenSet> Queries

Field Value

List<FrozenSet>

ValueBatches

[Key(3)]
public readonly List<List<List<ValueBox?>>> ValueBatches

Field Value

List<List<List<ValueBox>>>

Versions

[Key(0)]
public readonly Dictionary<Guid, ulong> Versions

Field Value

Dictionary<Guid, ulong>