Class EtcdClientOptions
Inheritance
EtcdClientOptions
Namespace: Etcd
Assembly: etcd.v3.dll
Syntax
public class EtcdClientOptions
Constructors
View Source
EtcdClientOptions()
Declaration
public EtcdClientOptions()
Properties
View Source
Address
Declaration
public string[] Address { get; set; }
Property Value
View Source
GrpcChannelOptions
Declaration
public Action<GrpcChannelOptions>? GrpcChannelOptions { get; set; }
Property Value
View Source
Interceptors
Declaration
public Interceptor[] Interceptors { get; set; }
Property Value