Json Options Constructor
Constructs a new set of options for delimited text files.
Definition
Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
C#
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
public JsonOptions(
IFormatProvider formatProvider = null,
int inferenceRows = 100,
Type decimalType = null,
JsonDataFrameLayout layout = JsonDataFrameLayout.Automatic
)
Parameters
- formatProvider IFormatProvider (Optional)
- An IFormatProvider that is used in the conversion between text and other data types.
- inferenceRows Int32 (Optional)
- The number of rows to use to infer the types of the columns.
- decimalType Type (Optional)
- The type to use for numbers containing decimals.
- layout JsonDataFrameLayout (Optional)
- Specifies the layout used to store data frames.