Class CfnDeliveryStream.ParquetSerDeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.ParquetSerDeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.ParquetSerDeProperty
CfnDeliveryStream.ParquetSerDeProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.ParquetSerDeProperty
CfnDeliveryStream.ParquetSerDeProperty.Builder, CfnDeliveryStream.ParquetSerDeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.ParquetSerDeProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe Hadoop Distributed File System (HDFS) block size.final StringThe compression code to use over data blocks.final ObjectIndicates whether to enable dictionary compression.final NumberThe maximum amount of padding to apply.final NumberThe Parquet page size.final StringIndicates the version of row format to output.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.ParquetSerDeProperty.Builder.
-
-
Method Details
-
getBlockSizeBytes
Description copied from interface:CfnDeliveryStream.ParquetSerDePropertyThe Hadoop Distributed File System (HDFS) block size.This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
- Specified by:
getBlockSizeBytesin interfaceCfnDeliveryStream.ParquetSerDeProperty- See Also:
-
getCompression
Description copied from interface:CfnDeliveryStream.ParquetSerDePropertyThe compression code to use over data blocks.The possible values are
UNCOMPRESSED,SNAPPY, andGZIP, with the default beingSNAPPY. UseSNAPPYfor higher decompression speed. UseGZIPif the compression ratio is more important than speed.- Specified by:
getCompressionin interfaceCfnDeliveryStream.ParquetSerDeProperty- See Also:
-
getEnableDictionaryCompression
Description copied from interface:CfnDeliveryStream.ParquetSerDePropertyIndicates whether to enable dictionary compression.Returns union: either
BooleanorIResolvable- Specified by:
getEnableDictionaryCompressionin interfaceCfnDeliveryStream.ParquetSerDeProperty- See Also:
-
getMaxPaddingBytes
Description copied from interface:CfnDeliveryStream.ParquetSerDePropertyThe maximum amount of padding to apply.This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 0.
- Specified by:
getMaxPaddingBytesin interfaceCfnDeliveryStream.ParquetSerDeProperty- See Also:
-
getPageSizeBytes
Description copied from interface:CfnDeliveryStream.ParquetSerDePropertyThe Parquet page size.Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.
- Specified by:
getPageSizeBytesin interfaceCfnDeliveryStream.ParquetSerDeProperty- See Also:
-
getWriterVersion
Description copied from interface:CfnDeliveryStream.ParquetSerDePropertyIndicates the version of row format to output.The possible values are
V1andV2. The default isV1.- Specified by:
getWriterVersionin interfaceCfnDeliveryStream.ParquetSerDeProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-