Interface IConnectionType
Interface for a connection REST response.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IConnectionType : IRestIdentifiable
Properties
ConnectionUsername
The connection username for the response.
Declaration
string? ConnectionUsername { get; }
Property Value
Type | Description |
---|---|
string |
QueryTaggingEnabled
The query tagging enabled flag for the response. This is returned only for administrator users.
Declaration
string? QueryTaggingEnabled { get; }
Property Value
Type | Description |
---|---|
string |
ServerAddress
The server address for the response.
Declaration
string? ServerAddress { get; }
Property Value
Type | Description |
---|---|
string |
ServerPort
The server port for the response.
Declaration
string? ServerPort { get; }
Property Value
Type | Description |
---|---|
string |
Type
The connection type for the response.
Declaration
string? Type { get; }
Property Value
Type | Description |
---|---|
string |