Package com.pulumi.gcp.dataplex.outputs
Class AssetDiscoverySpecCsvOptions
- java.lang.Object
-
- com.pulumi.gcp.dataplex.outputs.AssetDiscoverySpecCsvOptions
-
public final class AssetDiscoverySpecCsvOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AssetDiscoverySpecCsvOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssetDiscoverySpecCsvOptions.Builder
builder()
static AssetDiscoverySpecCsvOptions.Builder
builder(AssetDiscoverySpecCsvOptions defaults)
java.util.Optional<java.lang.String>
delimiter()
java.util.Optional<java.lang.Boolean>
disableTypeInference()
java.util.Optional<java.lang.String>
encoding()
java.util.Optional<java.lang.Integer>
headerRows()
-
-
-
Method Detail
-
delimiter
public java.util.Optional<java.lang.String> delimiter()
- Returns:
- Optional. The delimiter being used to separate values. This defaults to ','.
-
disableTypeInference
public java.util.Optional<java.lang.Boolean> disableTypeInference()
- Returns:
- Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
-
encoding
public java.util.Optional<java.lang.String> encoding()
- Returns:
- Optional. The character encoding of the data. The default is UTF-8.
-
headerRows
public java.util.Optional<java.lang.Integer> headerRows()
- Returns:
- Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
-
builder
public static AssetDiscoverySpecCsvOptions.Builder builder()
-
builder
public static AssetDiscoverySpecCsvOptions.Builder builder(AssetDiscoverySpecCsvOptions defaults)
-
-