Class PreparedQueryFailover
Inheritance
System.Object
PreparedQueryFailover
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Consul.Outputs
Assembly: Pulumi.Consul.dll
Syntax
public sealed class PreparedQueryFailover
Fields
View SourceDatacenters
Remote datacenters to return results from.
Declaration
public readonly ImmutableArray<string> Datacenters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
NearestN
Return results from this many datacenters, sorted in ascending order of estimated RTT.
Declaration
public readonly int? NearestN
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |