Class Schema
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors.Prism
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class Schema
- Inheritance
-
objectSchema
Properties
DefaultService
[Key("DefaultService")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string DefaultService { get; set; }
Property Value
DeploymentVersionOverride
[Key("DeploymentVersionOverride")]
public ulong? DeploymentVersionOverride { get; set; }
Property Value
Flags
[Key("eFlags")]
public Schema.eFlags Flags { get; set; }
Property Value
ReverseProxyJson
[Key("ReverseProxyJson")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string ReverseProxyJson { get; set; }
Property Value
Services
[Key("Services")]
public List<ServiceDescriptor> Services { get; set; }
Property Value
UrlRewriteRules
[Key("UrlRewriteRules")]
public Dictionary<string, string> UrlRewriteRules { get; set; }
Property Value
Methods
OverwriteWith(Schema)
public void OverwriteWith(Schema other)
Parameters
other
Schema