Class Field
Class representing a REST API field
See Tableau API Reference for more details.
Namespace: Tableau.Migration.Net.Rest.Fields
Assembly: Tableau.Migration.dll
Syntax
public class Field
Constructors
Field(string)
Creates a new Field instance.
Declaration
public Field(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The field name |
Properties
All
Gets a Field representing "_all_" fields.
See Tableau API Reference for more details.
Declaration
public static Field All { get; }
Property Value
Type | Description |
---|---|
Field |
Default
Gets a Field representing "_default_" fields.
See Tableau API Reference for more details.
Declaration
public static Field Default { get; }
Property Value
Type | Description |
---|---|
Field |
Expression
Gets the field's expression for use in query strings.
Declaration
public string Expression { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the field name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |