|
TimeSeriesConsumerServers Property
|
Gets or sets Kafka servers to connect to, comma separated.
Namespace: KafkaAdaptersAssembly: KafkaAdapters (in KafkaAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public string Servers { get; set; }
<ConnectionStringParameterAttribute>
Public Property Servers As String
Get
Set
public:
[ConnectionStringParameterAttribute]
property String^ Servers {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
member Servers : string with get, set
function get_Servers();
function set_Servers(value);
View SourceProperty Value
StringSee Also