Class ResolvedExportedService
Namespace: Consul
Assembly: Consul.dll
public class ResolvedExportedService
Inheritance
object ← ResolvedExportedService
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Consumers
Consumers is a list of downstream consumers of the service
public ResolvedConsumers Consumers { get; set; }
Property Value
Namespace
Namespace of the service
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Namespace { get; set; }
Property Value
Partition
Partition of the service
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Partition { get; set; }
Property Value
Service
Service is the name of the service which is exported.
public string Service { get; set; }