@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:07.718Z") @Stability(value=Experimental) public class InputFormat extends software.amazon.jsii.JsiiObject
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; InputFormat inputFormat = InputFormat.AVRO;
| Modifier and Type | Field and Description |
|---|---|
static InputFormat |
AVRO
(experimental) InputFormat for Avro files.
|
static InputFormat |
CLOUDTRAIL
(experimental) InputFormat for Cloudtrail Logs.
|
static InputFormat |
ORC
(experimental) InputFormat for Orc files.
|
static InputFormat |
PARQUET
(experimental) InputFormat for Parquet files.
|
static InputFormat |
TEXT
(experimental) An InputFormat for plain text files.
|
| Modifier | Constructor and Description |
|---|---|
protected |
InputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
InputFormat(software.amazon.jsii.JsiiObjectRef objRef) |
|
InputFormat(String className) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final InputFormat AVRO
@Stability(value=Experimental) public static final InputFormat CLOUDTRAIL
@Stability(value=Experimental) public static final InputFormat ORC
@Stability(value=Experimental) public static final InputFormat PARQUET
@Stability(value=Experimental) public static final InputFormat TEXT
Files are broken into lines. Either linefeed or carriage-return are used to signal end of line. Keys are the position in the file, and values are the line of text. JSON & CSV files are examples of this InputFormat
protected InputFormat(software.amazon.jsii.JsiiObjectRef objRef)
protected InputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public InputFormat(@NotNull
String className)
className - This parameter is required.@Stability(value=Experimental) @NotNull public String getClassName()
Copyright © 2022. All rights reserved.