Class ConsumerDefinition
Namespace: Consul
Assembly: Consul.dll
public class ConsumerDefinition
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Partition
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Partition { get; set; }
Property Value
Peer
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Peer { get; set; }
Property Value
SamenessGroup
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string SamenessGroup { get; set; }