AWS SDK Version 3 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.

Contains information about the comma-separated value (CSV) file that the job results are stored in.

Inheritance Hierarchy

System.Object
  Amazon.Glacier.Model.CSVOutput

Namespace: Amazon.Glacier.Model
Assembly: AWSSDK.Glacier.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.

A value used to separate individual fields from each other within a record.

Public Property QuoteCharacter System.String

Gets and sets the property QuoteCharacter.

A value used as an escape character where the field delimiter is part of the value.

Public Property QuoteEscapeCharacter System.String

Gets and sets the property QuoteEscapeCharacter.

A single character used for escaping the quotation-mark character inside an already escaped value.

Public Property QuoteFields Amazon.Glacier.QuoteFields

Gets and sets the property QuoteFields.

A value that indicates whether all output fields should be contained within quotation marks.

Public Property RecordDelimiter System.String

Gets and sets the property RecordDelimiter.

A value used to separate individual records from each other.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5