AWS SDK Version 4 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.CSVOutput

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class CSVOutput

The CSVOutput type exposes the following members

Constructors

NameDescription
Public Method CSVOutput()

Properties

NameTypeDescription
Public Property FieldDelimiter System.String

Gets and sets the property FieldDelimiter.

The value used to separate individual fields in a record. You can specify an arbitrary delimiter.

Public Property QuoteCharacter System.String

Gets and sets the property QuoteCharacter.

A single character used for escaping when the field delimiter is part of the value. For example, if the value is a, b, Amazon S3 wraps this field value in quotation marks, as follows: " a , b ".

Public Property QuoteEscapeCharacter System.String

Gets and sets the property QuoteEscapeCharacter.

The single character used for escaping the quote character inside an already escaped value.

Public Property QuoteFields Amazon.S3.QuoteFields

Gets and sets the property QuoteFields.

Indicates whether to use quotation marks around output fields.

  • ALWAYS: Always use quotation marks for output fields.

  • ASNEEDED: Use quotation marks for output fields when needed.

Public Property RecordDelimiter System.String

Gets and sets the property RecordDelimiter.

A single character used to separate individual records in the output. Instead of the default value, you can specify an arbitrary delimiter.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer