Interface IConnection
Interface for a content item's embedded connection.
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IConnection
Properties
ConnectionUsername
Gets the connection username for the response.
Declaration
string? ConnectionUsername { get; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the unique identifier.
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |
QueryTaggingEnabled
Gets the query tagging enabled flag for the response. This is returned only for administrator users.
Declaration
bool? QueryTaggingEnabled { get; }
Property Value
Type | Description |
---|---|
bool? |
ServerAddress
Gets the server address for the response.
Declaration
string? ServerAddress { get; }
Property Value
Type | Description |
---|---|
string |
ServerPort
Gets the server port for the response.
Declaration
string? ServerPort { get; }
Property Value
Type | Description |
---|---|
string |
Type
Gets the connection type for the response.
Declaration
string Type { get; }
Property Value
Type | Description |
---|---|
string |