Interface DataplexAssetDiscoverySpecCsvOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataplexAssetDiscoverySpecCsvOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.583Z") @Stability(Stable) public interface DataplexAssetDiscoverySpecCsvOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexAssetDiscoverySpecCsvOptions.BuilderA builder forDataplexAssetDiscoverySpecCsvOptionsstatic classDataplexAssetDiscoverySpecCsvOptions.Jsii$ProxyAn implementation forDataplexAssetDiscoverySpecCsvOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataplexAssetDiscoverySpecCsvOptions.Builderbuilder()default StringgetDelimiter()Optional.default ObjectgetDisableTypeInference()Optional.default StringgetEncoding()Optional.default NumbergetHeaderRows()Optional.
-
-
-
Method Detail
-
getDelimiter
@Stability(Stable) @Nullable default String getDelimiter()
Optional. The delimiter being used to separate values. This defaults to ','.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#delimiter DataplexAsset#delimiter}
-
getDisableTypeInference
@Stability(Stable) @Nullable default Object getDisableTypeInference()
Optional.Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#disable_type_inference DataplexAsset#disable_type_inference}
-
getEncoding
@Stability(Stable) @Nullable default String getEncoding()
Optional. The character encoding of the data. The default is UTF-8.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#encoding DataplexAsset#encoding}
-
getHeaderRows
@Stability(Stable) @Nullable default Number getHeaderRows()
Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#header_rows DataplexAsset#header_rows}
-
builder
@Stability(Stable) static DataplexAssetDiscoverySpecCsvOptions.Builder builder()
-
-