Class SimulatedCustomViewData.SimulatedCustomViewType
Simulated custom view type data
Namespace: Tableau.Migration.Api.Simulation
Assembly: Tableau.Migration.dll
Syntax
public class SimulatedCustomViewData.SimulatedCustomViewType
Constructors
SimulatedCustomViewType(bool, string, string)
Constructor for the simulated custom view.
Declaration
public SimulatedCustomViewType(bool isSourceView, string viewName, string tcv)
Parameters
Type | Name | Description |
---|---|---|
bool | isSourceView | |
string | viewName | |
string | tcv |
Properties
IsSourceView
Declaration
[JsonPropertyName("isSourceView")]
public bool IsSourceView { get; set; }
Property Value
Type | Description |
---|---|
bool |
Tcv
The encoded Custom View Definition
Declaration
[JsonPropertyName("tcv")]
public string Tcv { get; set; }
Property Value
Type | Description |
---|---|
string |
ViewName
Name of the view which this custom view is based on.
Declaration
[JsonPropertyName("viewName")]
public string ViewName { get; set; }
Property Value
Type | Description |
---|---|
string |