Show / Hide Table of Contents

Enum PartitionProjectionType

(experimental) Partition projection type.

Namespace: Amazon.CDK.AWS.Glue.Alpha
Assembly: Amazon.CDK.AWS.Glue.Alpha.dll
Syntax (csharp)
public enum PartitionProjectionType
Syntax (vb)
Public Enum PartitionProjectionType
Remarks

Determines how Athena projects partition values.

Stability: Experimental

See: https://docs.aws.amazon.com/athena/latest/ug/partition-projection-supported-types.html

Synopsis

Fields

DATE

(experimental) Project partition values as dates within a range.

ENUM

(experimental) Project partition values from an explicit list of values.

INJECTED

(experimental) Project partition values that are injected at query time.

INTEGER

(experimental) Project partition values as integers within a range.

Fields

Name Description
DATE

(experimental) Project partition values as dates within a range.

ENUM

(experimental) Project partition values from an explicit list of values.

INJECTED

(experimental) Project partition values that are injected at query time.

INTEGER

(experimental) Project partition values as integers within a range.

Back to top Generated by DocFX