Namespace Tableau.Migration.Api.Simulation
Namespaces
Tableau.Migration.Api.Simulation.Rest
Classes
SimulatedConnection
The connections type in the API request body.
SimulatedConnectionCredentials
The simulated connection credentials class.
SimulatedCustomViewData
Object that holds simulated custom view file data
SimulatedCustomViewData.SimulatedCustomViewType
Simulated custom view type data
SimulatedDataSourceData
Object that holds simulated datasource file data.
SimulatedDataWithConnections
Object that holds connections for simulated data.
SimulatedWorkbookData
Object that holds simulated workbook file data
SimulatedWorkbookData.SimulatedViewType
Simulated view type data
TableauApiResponseSimulator
Default IResponseSimulator implementation.
TableauApiSimulator
Object that can simulate API responses like Tableau Server/Cloud. Used in 'simulation' integration tests so real SDK components can be tested together without full Tableau Server/Cloud infrastructure. Unless overridden all responses are successful and well-formed.
TableauApiSimulatorCollection
Default ITableauApiSimulatorCollection implementation.
TableauApiSimulatorFactory
Default ITableauApiSimulatorFactory implementation.
TableauData
Object that represents data stored by a Tableau Server/Cloud site to be accessible to APIs through a TableauApiSimulator.
Interfaces
ITableauApiSimulatorCollection
Interface that contains TableauApiSimulators registered to be used.
ITableauApiSimulatorFactory
Interface for an object that can create TableauApiSimulator objects.