Skip to main content

Class RouteConfig

Namespace: Consul
Assembly: Consul.dll

public class RouteConfig

Inheritance

objectRouteConfig

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

string

PathPrefix

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

Property Value

string

PathRegex

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

Property Value

string

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 ?

  • Properties
    • PathExact
    • PathPrefix
    • PathRegex
    • RequestMaxBurst
    • RequestsPerSecond