csharp
public readonly record struct ContentEntryWhat a catalog entry is, as far as deciding whether it can change under a live realm.
Fields and properties (6)
public ulong HashWhat it currently is.
public string AddressThe address. Null only on default.
public string KindThe kind. Null only on default.
public string SchemaThe schema. Null only on default. Empty means unknown, not unchanging.
public bool ShapeIsKnownWhether the shape of this entry is known at all.
public bool IsValidWhether this names anything.
Methods (2)
public ContentEntry(string Address, ulong Hash, string Kind, string Schema = "")What a catalog entry is, as far as deciding whether it can change under a live realm.
public override string ToString()Returns the fully qualified type name of this instance.
Used by (2)
- ContentDiffVixen.Live.Orchestrator
- ContentDiffTestsVixen.Live.Orchestrator.Tests