AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Describes how CSV-formatted results are formatted.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class CSVOutput
The CSVOutput type exposes the following members
Name | Description | |
---|---|---|
CSVOutput() |
Name | Type | Description | |
---|---|---|---|
FieldDelimiter | System.String |
Value used to separate individual fields in a record. |
|
QuoteCharacter | System.String |
Value used for escaping where the field delimiter is part of the value. |
|
QuoteEscapeCharacter | System.String |
Single character used for escaping the quote character inside an already escaped value. |
|
QuoteFields | Amazon.S3.QuoteFields |
Indicates whether or not all output fields should be quoted. |
|
RecordDelimiter | System.String |
Value used to separate individual records. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5