Interface IPublishFlowOptions
Interface for API client prep flow publish options.
Inherited Members
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IPublishFlowOptions : IPublishFileOptions
Properties
Description
Gets the description of the prep flow.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the name of the prep flow.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Overwrite
Gets whether or not to overwrite any existing prep flow.
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 |