Class SplitConfig
Namespace: Consul
Assembly: Consul.dll
public class SplitConfig
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Namespace
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Namespace { get; set; }
Property Value
Partition
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Partition { get; set; }
Property Value
RequestHeaders
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, Dictionary<string, string>> RequestHeaders { get; set; }
Property Value
Dictionary <string , Dictionary <string , string >>
ResponseHeaders
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, Dictionary<string, string>> ResponseHeaders { get; set; }
Property Value
Dictionary <string , Dictionary <string , string >>
Service
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Service { get; set; }
Property Value
ServiceSubset
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string ServiceSubset { get; set; }
Property Value
Weight
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? Weight { get; set; }
Property Value
int ?