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.

A classifier for custom CSV content.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.CsvClassifier

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

Syntax

C#
public class CsvClassifier

The CsvClassifier type exposes the following members

Constructors

NameDescription
Public Method CsvClassifier()

Properties

NameTypeDescription
Public Property AllowSingleColumn System.Boolean

Gets and sets the property AllowSingleColumn.

Enables the processing of files that contain only one column.

Public Property ContainsHeader Amazon.Glue.CsvHeaderOption

Gets and sets the property ContainsHeader.

Indicates whether the CSV file contains a header.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time that this classifier was registered.

Public Property CustomDatatypeConfigured System.Boolean

Gets and sets the property CustomDatatypeConfigured.

Enables the custom datatype to be configured.

Public Property CustomDatatypes System.Collections.Generic.List<System.String>

Gets and sets the property CustomDatatypes.

A list of custom datatypes including "BINARY", "BOOLEAN", "DATE", "DECIMAL", "DOUBLE", "FLOAT", "INT", "LONG", "SHORT", "STRING", "TIMESTAMP".

Public Property Delimiter System.String

Gets and sets the property Delimiter.

A custom symbol to denote what separates each column entry in the row.

Public Property DisableValueTrimming System.Boolean

Gets and sets the property DisableValueTrimming.

Specifies not to trim values before identifying the type of column values. The default value is true.

Public Property Header System.Collections.Generic.List<System.String>

Gets and sets the property Header.

A list of strings representing column names.

Public Property LastUpdated System.DateTime

Gets and sets the property LastUpdated.

The time that this classifier was last updated.

Public Property Name System.String

Gets and sets the property Name.

The name of the classifier.

Public Property QuoteSymbol System.String

Gets and sets the property QuoteSymbol.

A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.

Public Property Serde Amazon.Glue.CsvSerdeOption

Gets and sets the property Serde.

Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are OpenCSVSerDe, LazySimpleSerDe, and None. You can specify the None value when you want the crawler to do the detection.

Public Property Version System.Int64

Gets and sets the property Version.

The version of this classifier.

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