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.
Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z
public class StringColumnStatisticsData
The StringColumnStatisticsData type exposes the following members
Name | Description | |
---|---|---|
![]() |
StringColumnStatisticsData() |
Name | Type | Description | |
---|---|---|---|
![]() |
AverageLength | System.Double |
Gets and sets the property AverageLength. The average string length in the column. |
![]() |
MaximumLength | System.Int64 |
Gets and sets the property MaximumLength. The size of the longest string in the column. |
![]() |
NumberOfDistinctValues | System.Int64 |
Gets and sets the property NumberOfDistinctValues. The number of distinct values in a column. |
![]() |
NumberOfNulls | System.Int64 |
Gets and sets the property NumberOfNulls. The number of null values in the column. |
.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