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.

Defines column statistics supported for character sequence data values.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.StringColumnStatisticsData

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

Syntax

C#
public class StringColumnStatisticsData

The StringColumnStatisticsData type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AverageLength System.Double

Gets and sets the property AverageLength.

The average string length in the column.

Public Property MaximumLength System.Int64

Gets and sets the property MaximumLength.

The size of the longest string in the column.

Public Property NumberOfDistinctValues System.Int64

Gets and sets the property NumberOfDistinctValues.

The number of distinct values in a column.

Public Property NumberOfNulls System.Int64

Gets and sets the property NumberOfNulls.

The number of null values in the column.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5