Interface IPublishDataSourceOptions
Interface for API client data source publish options.
Inherited Members
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IPublishDataSourceOptions : IPublishFileOptions
Properties
Description
Gets the description of the data source.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
EncryptExtracts
Declaration
bool EncryptExtracts { get; }
Property Value
Type | Description |
---|---|
bool |
Name
Gets the name of the data source.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Overwrite
Gets whether or not to overwrite any existing data source.
Declaration
bool Overwrite { get; }
Property Value
Type | Description |
---|---|
bool |
ProjectId
Gets the ID of the project to publish to.
Declaration
Guid ProjectId { get; }
Property Value
Type | Description |
---|---|
Guid |
UseRemoteQueryAgent
Gets whether or not the data source uses Tableau Bridge.
Declaration
bool UseRemoteQueryAgent { get; }
Property Value
Type | Description |
---|---|
bool |