Class RouteConfig
Namespace: Consul
Assembly: Consul.dll
public class RouteConfig
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
PathExact
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string PathExact { get; set; }
Property Value
PathPrefix
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string PathPrefix { get; set; }
Property Value
PathRegex
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string PathRegex { get; set; }
Property Value
RequestMaxBurst
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? RequestMaxBurst { get; set; }
Property Value
int ?
RequestsPerSecond
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? RequestsPerSecond { get; set; }
Property Value
int ?