Class DataSourcesRestApiSimulator
Object that defines simulation of Tableau REST API data source methods.
Inheritance
TagsRestApiSimulatorBase<DataSourceResponse.DataSourceType, DataSourceResponse.DataSourceType.TagType>
DataSourcesRestApiSimulator
Inherited Members
Namespace: Tableau.Migration.Api.Simulation.Rest.Api
Assembly: Tableau.Migration.dll
Syntax
public sealed class DataSourcesRestApiSimulator : TagsRestApiSimulatorBase<DataSourceResponse.DataSourceType, DataSourceResponse.DataSourceType.TagType>
Constructors
DataSourcesRestApiSimulator(TableauApiResponseSimulator)
Creates a new DataSourcesRestApiSimulator object.
Declaration
public DataSourcesRestApiSimulator(TableauApiResponseSimulator simulator)
Parameters
Type | Name | Description |
---|---|---|
TableauApiResponseSimulator | simulator | A response simulator to setup with REST API methods. |
Properties
CommitDataSourceUpload
Gets the simulated commit data source upload API method.
Declaration
public MethodSimulator CommitDataSourceUpload { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
DownloadDataSource
Gets the simulated data source download API method.
Declaration
public MethodSimulator DownloadDataSource { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
QueryDataSource
Gets the simulated data source query API method.
Declaration
public MethodSimulator QueryDataSource { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
QueryDataSourceConnections
Gets the simulated list connections API method.
Declaration
public MethodSimulator QueryDataSourceConnections { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
QueryDataSources
Gets the simulated data sources query API method.
Declaration
public MethodSimulator QueryDataSources { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
UpdateConnectionAsync
Gets the simulated update connection API method.
Declaration
public MethodSimulator UpdateConnectionAsync { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
UpdateDataSource
Gets the simulated update data source API method.
Declaration
public MethodSimulator UpdateDataSource { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |