Class FlowsRestApiSimulator
Object that defines simulation of Tableau REST API flow methods.
Inheritance
object
FlowsRestApiSimulator
Inherited Members
Namespace: Tableau.Migration.Api.Simulation.Rest.Api
Assembly: Tableau.Migration.dll
Syntax
public sealed class FlowsRestApiSimulator : EmbeddedCredentialsRestApiSimulatorBase<FlowResponse.FlowType, FlowResponse.FlowType.TagType>
Constructors
FlowsRestApiSimulator(TableauApiResponseSimulator)
Creates a new FlowsRestApiSimulator object.
Declaration
public FlowsRestApiSimulator(TableauApiResponseSimulator simulator)
Parameters
| Type | Name | Description |
|---|---|---|
| TableauApiResponseSimulator | simulator | A response simulator to setup with REST API methods. |
Properties
CommitFlowUpload
Gets the simulated commit flow upload API method.
Declaration
public MethodSimulator CommitFlowUpload { get; }
Property Value
| Type | Description |
|---|---|
| MethodSimulator |
DownloadFlow
Gets the simulated flow download API method.
Declaration
public MethodSimulator DownloadFlow { get; }
Property Value
| Type | Description |
|---|---|
| MethodSimulator |
QueryFlow
Gets the simulated flow query API method.
Declaration
public MethodSimulator QueryFlow { get; }
Property Value
| Type | Description |
|---|---|
| MethodSimulator |
QueryFlowConnections
Gets the simulated list connections API method.
Declaration
public MethodSimulator QueryFlowConnections { get; }
Property Value
| Type | Description |
|---|---|
| MethodSimulator |
QueryFlows
Gets the simulated flows query API method.
Declaration
public MethodSimulator QueryFlows { get; }
Property Value
| Type | Description |
|---|---|
| MethodSimulator |
UpdateConnectionAsync
Gets the simulated update connection API method.
Declaration
public MethodSimulator UpdateConnectionAsync { get; }
Property Value
| Type | Description |
|---|---|
| MethodSimulator |
UpdateFlow
Gets the simulated update flow API method.
Declaration
public MethodSimulator UpdateFlow { get; }
Property Value
| Type | Description |
|---|---|
| MethodSimulator |