DatasetRow Type
Row of the dataset table — a top-level container that aggregates parts (other datasets or
data items), processes and additional properties.
Constructors
| Constructor |
Description
|
Full Usage:
DatasetRow(Id, Type, Identifier, ?AdditionalType, ?Name, ?Description)
Parameters:
string
Type : string
Identifier : string
?AdditionalType : string
?Name : string
?Description : string
Returns: DatasetRow
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.AdditionalType
Returns: string option
|
Optional refinement of Type.
|
Full Usage:
this.Description
Returns: string option
|
Optional free-form description.
|
Full Usage:
this.Id
Returns: string
|
Primary key.
|
Full Usage:
this.Identifier
Returns: string
|
External identifier.
|
Full Usage:
this.Name
Returns: string option
|
Optional dataset name.
|
Full Usage:
this.Type
Returns: string
|
Type discriminator.
|
Static members
| Static member |
Description
|
Full Usage:
DatasetRow.create (Id, Type, Identifier, ?AdditionalType, ?Name, ?Description)
Parameters:
string
Type : string
Identifier : string
?AdditionalType : string
?Name : string
?Description : string
Returns: DatasetRow
|
Named-argument constructor exposed to JavaScript and Python callers.
|
ProcessCore