Show / Hide Table of Contents

Class CfnDatastore.ParquetConfigurationProperty

Contains the configuration information of the Parquet format.

Inheritance
System.Object
CfnDatastore.ParquetConfigurationProperty
Implements
CfnDatastore.IParquetConfigurationProperty
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.AWS.IoTAnalytics.dll
Syntax (csharp)
public class ParquetConfigurationProperty : Object, CfnDatastore.IParquetConfigurationProperty
Syntax (vb)
Public Class ParquetConfigurationProperty
    Inherits Object
    Implements CfnDatastore.IParquetConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-parquetconfiguration.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.AWS.IoTAnalytics;

var parquetConfigurationProperty = new ParquetConfigurationProperty {
    SchemaDefinition = new SchemaDefinitionProperty {
        Columns = new [] { new ColumnProperty {
            Name = "name",
            Type = "type"
        } }
    }
};

Synopsis

Constructors

ParquetConfigurationProperty()

Properties

SchemaDefinition

Information needed to define a schema.

Constructors

ParquetConfigurationProperty()

public ParquetConfigurationProperty()

Properties

SchemaDefinition

Information needed to define a schema.

public object SchemaDefinition { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-parquetconfiguration.html#cfn-iotanalytics-datastore-parquetconfiguration-schemadefinition

Implements

CfnDatastore.IParquetConfigurationProperty
Back to top Generated by DocFX