|
InfluxDBOutputAdapterServerUri Property
|
Gets or sets the base server URI for the InfluxDB connection.
Namespace: InfluxDBAdaptersAssembly: InfluxDBAdapters (in InfluxDBAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public string ServerUri { get; set; }
<ConnectionStringParameterAttribute>
Public Property ServerUri As String
Get
Set
public:
[ConnectionStringParameterAttribute]
property String^ ServerUri {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
member ServerUri : string with get, set
function get_ServerUri();
function set_ServerUri(value);
View SourceProperty Value
StringSee Also