Interface IUpdateConnectionOptions
Interface for update connection options. Any combination if these properties are valid. If none of the options are provided, no update is made.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IUpdateConnectionOptions
Properties
ConnectionUsername
The user name on the connection.
Declaration
string? ConnectionUsername { get; }
Property Value
Type | Description |
---|---|
string |
EmbedPassword
The embed password flag on the connection.
Declaration
bool? EmbedPassword { get; }
Property Value
Type | Description |
---|---|
bool? |
Password
The connection password.
Declaration
string? Password { get; }
Property Value
Type | Description |
---|---|
string |
QueryTaggingEnabled
The query tagging enabled flag on the connection.
Declaration
bool? QueryTaggingEnabled { get; }
Property Value
Type | Description |
---|---|
bool? |
ServerAddress
The ServerAddress.
Declaration
string? ServerAddress { get; }
Property Value
Type | Description |
---|---|
string |
ServerPort
The server port on the connection.
Declaration
string? ServerPort { get; }
Property Value
Type | Description |
---|---|
string |