Skip to main content

Class SplitConfig

Namespace: Consul
Assembly: Consul.dll

public class SplitConfig

Inheritance

objectSplitConfig

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

string

Partition

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Partition { get; set; }

Property Value

string

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

string

ServiceSubset

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string ServiceSubset { get; set; }

Property Value

string

Weight

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? Weight { get; set; }

Property Value

int ?

  • Properties
    • Namespace
    • Partition
    • RequestHeaders
    • ResponseHeaders
    • Service
    • ServiceSubset
    • Weight