Show / Hide Table of Contents

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 Source

SkewedColumnNames

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.