@Stability(value=Stable) @Internal public static final class CfnDeliveryStream.ParquetSerDeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.ParquetSerDeProperty
CfnDeliveryStream.ParquetSerDePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDeliveryStream.ParquetSerDeProperty.Builder, CfnDeliveryStream.ParquetSerDeProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDeliveryStream.ParquetSerDeProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getBlockSizeBytes()
The Hadoop Distributed File System (HDFS) block size.
|
String |
getCompression()
The compression code to use over data blocks.
|
Object |
getEnableDictionaryCompression()
Indicates whether to enable dictionary compression.
|
Number |
getMaxPaddingBytes()
The maximum amount of padding to apply.
|
Number |
getPageSizeBytes()
The Parquet page size.
|
String |
getWriterVersion()
Indicates the version of row format to output.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDeliveryStream.ParquetSerDeProperty.Builder builder)
CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty.Builder.public final Number getBlockSizeBytes()
CfnDeliveryStream.ParquetSerDePropertyThis 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. Kinesis Data Firehose uses this value for padding calculations.
getBlockSizeBytes in interface CfnDeliveryStream.ParquetSerDePropertypublic final String getCompression()
CfnDeliveryStream.ParquetSerDeProperty
The possible values are UNCOMPRESSED , SNAPPY , and GZIP , with the default being SNAPPY . Use SNAPPY for higher decompression speed. Use GZIP if the compression ratio is more important than speed.
getCompression in interface CfnDeliveryStream.ParquetSerDePropertypublic final Object getEnableDictionaryCompression()
CfnDeliveryStream.ParquetSerDePropertygetEnableDictionaryCompression in interface CfnDeliveryStream.ParquetSerDePropertypublic final Number getMaxPaddingBytes()
CfnDeliveryStream.ParquetSerDePropertyThis is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 0.
getMaxPaddingBytes in interface CfnDeliveryStream.ParquetSerDePropertypublic final Number getPageSizeBytes()
CfnDeliveryStream.ParquetSerDePropertyColumn 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.
getPageSizeBytes in interface CfnDeliveryStream.ParquetSerDePropertypublic final String getWriterVersion()
CfnDeliveryStream.ParquetSerDeProperty
The possible values are V1 and V2 . The default is V1 .
getWriterVersion in interface CfnDeliveryStream.ParquetSerDeProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.