Class CatalogTableStorageDescriptorSkewedInfoArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CatalogTableStorageDescriptorSkewedInfoArgs : ResourceArgs
Constructors
View SourceCatalogTableStorageDescriptorSkewedInfoArgs()
Declaration
public CatalogTableStorageDescriptorSkewedInfoArgs()
Properties
View SourceSkewedColumnNames
A list of names of columns that contain skewed values.
Declaration
public InputList<string> SkewedColumnNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |
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> |