Class TemporalReaderOptions
Options that apply to the reading of temporal data.
Inherited Members
Namespace: BayesServer.Data
Assembly: BayesServer.Data.dll
Syntax
public sealed class TemporalReaderOptions
Constructors
TemporalReaderOptions(string, string, TimeValueType)
Initializes a new instance of the TemporalReaderOptions class.
Declaration
public TemporalReaderOptions(string caseIdColumn, string timeColumn, TimeValueType timeValueType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | caseIdColumn | The name of the temporal case identifier column, if one is present. |
| string | timeColumn | The name of the time column in the temporal data, if temporal data is present. |
| TimeValueType | timeValueType | The type of values contained in the time column. |
Properties
CaseIdColumn
The name of the temporal case identifier column, if one is present.
Declaration
public string CaseIdColumn { get; }
Property Value
| Type | Description |
|---|---|
| string |
TimeColumn
The name of the time column in the temporal data, if temporal data is present.
Declaration
public string TimeColumn { get; }
Property Value
| Type | Description |
|---|---|
| string |
TimeValueType
The type of values contained in the time column.
Declaration
public TimeValueType TimeValueType { get; }
Property Value
| Type | Description |
|---|---|
| TimeValueType |