Class ACLRateLimit
Namespace: Consul
Assembly: Consul.dll
public class ACLRateLimit
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
ReadRate
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? ReadRate { get; set; }
Property Value
int ?
WriteRate
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? WriteRate { get; set; }
Property Value
int ?