DataRow Type
Row of the data table — a digital data item identified by a path and optional selector,
participating as input or output of a LabProcessRow.
Constructors
| Constructor |
Description
|
Full Usage:
DataRow(Id, Type, Path, ?AdditionalType, ?Selector, ?SelectorFormat, ?EncodingFormat)
Parameters:
string
Type : string
Path : string
?AdditionalType : string
?Selector : string
?SelectorFormat : string
?EncodingFormat : string
Returns: DataRow
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.AdditionalType
Returns: string option
|
Optional refinement of Type.
|
Full Usage:
this.EncodingFormat
Returns: string option
|
Optional MIME type / encoding format.
|
Full Usage:
this.Id
Returns: string
|
Primary key.
|
Full Usage:
this.Path
Returns: string
|
Path/URI of the data item.
|
Full Usage:
this.Selector
Returns: string option
|
Optional selector for a sub-region of the data.
|
Full Usage:
this.SelectorFormat
Returns: string option
|
Optional format identifier for Selector.
|
Full Usage:
this.Type
Returns: string
|
Type discriminator.
|
Static members
| Static member |
Description
|
Full Usage:
DataRow.create (Id, Type, Path, ?AdditionalType, ?Selector, ?SelectorFormat, ?EncodingFormat)
Parameters:
string
Type : string
Path : string
?AdditionalType : string
?Selector : string
?SelectorFormat : string
?EncodingFormat : string
Returns: DataRow
|
Named-argument constructor exposed to JavaScript and Python callers.
|
ProcessCore