Class CommitDataSourcePublishRequest.DataSourceType
The data source type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class CommitDataSourcePublishRequest.DataSourceType
Properties
Description
Gets or sets the description for the data source.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptExtracts
Gets or sets whether to encrypt extracts for the data source.
Declaration
public bool EncryptExtracts { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Gets or sets the name for the data source.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Project
Gets or sets the data source's project for the request.
Declaration
public CommitDataSourcePublishRequest.DataSourceType.ProjectType? Project { get; set; }
Property Value
Type | Description |
---|---|
CommitDataSourcePublishRequest.DataSourceType.ProjectType |
UseRemoteQueryAgent
Gets or sets whether the data source uses Tableau Bridge.
Declaration
public bool UseRemoteQueryAgent { get; set; }
Property Value
Type | Description |
---|---|
bool |