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.

Specifies skewed values in a table. Skewed values are those that occur with very high frequency.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.SkewedInfo

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

Syntax

C#
public class SkewedInfo

The SkewedInfo type exposes the following members

Constructors

NameDescription
Public Method SkewedInfo()

Properties

NameTypeDescription
Public Property SkewedColumnNames System.Collections.Generic.List<System.String>

Gets and sets the property SkewedColumnNames.

A list of names of columns that contain skewed values.

Public Property SkewedColumnValueLocationMaps System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property SkewedColumnValueLocationMaps.

A mapping of skewed values to the columns that contain them.

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

Gets and sets the property SkewedColumnValues.

A list of values that appear so frequently as to be considered skewed.

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