Class ConnectionsResponse.ConnectionType
Class representing an embedded connection on the response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class ConnectionsResponse.ConnectionType : IConnectionType, IRestIdentifiable
Constructors
ConnectionType()
The default parameterless constructor.
Declaration
public ConnectionType()
ConnectionType(SimulatedConnection)
Constructor to build from SimulatedConnection.
Declaration
public ConnectionType(SimulatedConnection response)
Parameters
Type | Name | Description |
---|---|---|
SimulatedConnection | response |
Properties
ConnectionUsername
The connection username for the response.
Declaration
public string? ConnectionUsername { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the unique identifier.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
QueryTaggingEnabled
The query tagging enabled flag for the response. This is returned only for administrator users.
Declaration
public string? QueryTaggingEnabled { get; set; }
Property Value
Type | Description |
---|---|
string |
QueryTaggingEnabledFlag
Declaration
public bool? QueryTaggingEnabledFlag { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ServerAddress
The server address for the response.
Declaration
public string? ServerAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
ServerPort
The server port for the response.
Declaration
public string? ServerPort { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The connection type for the response.
Declaration
public string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |