Class PreparedQueryExecuteResponse
Namespace: Consul
Assembly: Consul.dll
PreparedQueryExecuteResponse has the results of executing a query.
public class PreparedQueryExecuteResponse
Inheritance
object ← PreparedQueryExecuteResponse
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
DNS
DNS has the options for serving these results over DNS.
public QueryDNSOptions DNS { get; set; }
Property Value
Datacenter
Datacenter is the datacenter that these results came from.
public string Datacenter { get; set; }
Property Value
Failovers
Failovers is a count of how many times we had to query a remote datacenter.
public int Failovers { get; set; }
Property Value
Nodes
Nodes has the nodes that were output by the query.
public ServiceEntry[] Nodes { get; set; }
Property Value
ServiceEntry []
Service
Service is the service that was queried.
public string Service { get; set; }