Skip to main content

Class ConsumerDefinition

Namespace: Consul
Assembly: Consul.dll

public class ConsumerDefinition

Inheritance

objectConsumerDefinition

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

string

Peer

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

Property Value

string

SamenessGroup

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

Property Value

string