Class CatalogTableStorageDescriptorSkewedInfo
Inheritance
System.Object
CatalogTableStorageDescriptorSkewedInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Glue.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CatalogTableStorageDescriptorSkewedInfo
Fields
View SourceSkewedColumnNames
A list of names of columns that contain skewed values.
Declaration
public readonly ImmutableArray<string> SkewedColumnNames
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SkewedColumnValueLocationMaps
A list of values that appear so frequently as to be considered skewed.
Declaration
public readonly ImmutableDictionary<string, string> SkewedColumnValueLocationMaps
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
SkewedColumnValues
A map of skewed values to the columns that contain them.
Declaration
public readonly ImmutableArray<string> SkewedColumnValues
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |