Vixen
02b45cc4
csharp
public readonly record struct ContentEntry

What a catalog entry is, as far as deciding whether it can change under a live realm.

Read the guide page for this →

Fields and properties (6)

  • public ulong Hash

    What it currently is.

  • public string Address

    The address. Null only on default.

  • public string Kind

    The kind. Null only on default.

  • public string Schema

    The schema. Null only on default. Empty means unknown, not unchanging.

  • public bool ShapeIsKnown

    Whether the shape of this entry is known at all.

  • public bool IsValid

    Whether 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