Show / Hide Table of Contents

Class CatalogTableStorageDescriptorSkewedInfoArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CatalogTableStorageDescriptorSkewedInfoArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CatalogTableStorageDescriptorSkewedInfoArgs : ResourceArgs

Constructors

View Source

CatalogTableStorageDescriptorSkewedInfoArgs()

Declaration
public CatalogTableStorageDescriptorSkewedInfoArgs()

Properties

View Source

SkewedColumnNames

A list of names of columns that contain skewed values.

Declaration
public InputList<string> SkewedColumnNames { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

SkewedColumnValueLocationMaps

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

Declaration
public InputMap<string> SkewedColumnValueLocationMaps { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

SkewedColumnValues

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

Declaration
public InputList<string> SkewedColumnValues { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.