Class Hologram.PackedHologramHeader
[MessagePackObject(false)]
public sealed class Hologram.PackedHologramHeader
- Inheritance
-
objectHologram.PackedHologramHeader
Fields
CurrentPackedFormatVersion
public const int CurrentPackedFormatVersion = 1
Field Value
MagicNumber
public const ulong MagicNumber = 281484896186143
Field Value
Properties
DeploymentId
[Key("DeploymentId")]
public long DeploymentId { get; set; }
Property Value
DeploymentVersion
[Key("DeploymentVersion")]
public ulong DeploymentVersion { get; set; }
Property Value
EmbeddedFiles
[Key("EmbeddedFiles")]
public Dictionary<string, Hologram.PackedHologramHeader.EmbeddedFileInfo> EmbeddedFiles { get; set; }
Property Value
Flags
[Key("Flags")]
public Hologram.PackedHologramHeader.HeaderFlags Flags { get; set; }
Property Value
HologramSizeUnPacked
[Key("HologramSizeUnPacked")]
public int HologramSizeUnPacked { get; set; }
Property Value
PackedFormatVersion
[Key("PackedFormatVersion")]
public int PackedFormatVersion { get; set; }
Property Value
PayloadSize
[Key("PayloadSize")]
public int PayloadSize { get; set; }