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.

Classifiers are triggered during a crawl task. A classifier checks whether a given file is in a format it can handle. If it is, the classifier creates a schema in the form of a StructType object that matches that data format.

You can use the standard classifiers that Glue provides, or you can write your own classifiers to best categorize your data sources and specify the appropriate schemas to use for them. A classifier can be a grok classifier, an XML classifier, a JSON classifier, or a custom CSV classifier, as specified in one of the fields in the Classifier object.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.Classifier

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

Syntax

C#
public class Classifier

The Classifier type exposes the following members

Constructors

NameDescription
Public Method Classifier()

Properties

NameTypeDescription
Public Property CsvClassifier Amazon.Glue.Model.CsvClassifier

Gets and sets the property CsvClassifier.

A classifier for comma-separated values (CSV).

Public Property GrokClassifier Amazon.Glue.Model.GrokClassifier

Gets and sets the property GrokClassifier.

A classifier that uses grok.

Public Property JsonClassifier Amazon.Glue.Model.JsonClassifier

Gets and sets the property JsonClassifier.

A classifier for JSON content.

Public Property XMLClassifier Amazon.Glue.Model.XMLClassifier

Gets and sets the property XMLClassifier.

A classifier for XML content.

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