Class InputFormatOptions
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
The format options for the data that was imported into the target table. There is one value, CsvOption.
public class InputFormatOptions
- Inheritance
-
InputFormatOptions
- Inherited Members
Constructors
InputFormatOptions()
public InputFormatOptions()
Properties
Csv
Gets and sets the property Csv.
The options for imported source files in CSV format. The values are Delimiter and HeaderList.
public CsvOptions Csv { get; set; }