Show / Hide Table of Contents

Class CfnDatasetPropsMixin.PartitionSpecProperty

The partition specification of the dataset.

Inheritance
object
CfnDatasetPropsMixin.PartitionSpecProperty
Implements
CfnDatasetPropsMixin.IPartitionSpecProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SCN
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDatasetPropsMixin.PartitionSpecProperty : CfnDatasetPropsMixin.IPartitionSpecProperty
Syntax (vb)
Public Class CfnDatasetPropsMixin.PartitionSpecProperty Implements CfnDatasetPropsMixin.IPartitionSpecProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scn-dataset-partitionspec.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.SCN;

             var partitionSpecProperty = new PartitionSpecProperty {
                 Fields = new [] { new DataLakeDatasetPartitionFieldProperty {
                     Name = "name",
                     Transform = new TransformProperty {
                         Type = "type"
                     }
                 } }
             };

Synopsis

Constructors

PartitionSpecProperty()

The partition specification of the dataset.

Properties

Fields

The partition fields.

Constructors

PartitionSpecProperty()

The partition specification of the dataset.

public PartitionSpecProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scn-dataset-partitionspec.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.SCN;

             var partitionSpecProperty = new PartitionSpecProperty {
                 Fields = new [] { new DataLakeDatasetPartitionFieldProperty {
                     Name = "name",
                     Transform = new TransformProperty {
                         Type = "type"
                     }
                 } }
             };

Properties

Fields

The partition fields.

public object? Fields { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scn-dataset-partitionspec.html#cfn-scn-dataset-partitionspec-fields

Type union: either IResolvable or (either IResolvable or CfnDatasetPropsMixin.IDataLakeDatasetPartitionFieldProperty)[]

Implements

CfnDatasetPropsMixin.IPartitionSpecProperty
Back to top Generated by DocFX