public static interface ReadOptions.Builder extends SdkPojo, CopyableBuilder<ReadOptions.Builder,ReadOptions>
| Modifier and Type | Method and Description |
|---|---|
ReadOptions.Builder |
comment(String comment)
The file's comment character.
|
ReadOptions.Builder |
encoding(String encoding)
The file's encoding.
|
ReadOptions.Builder |
escape(String escape)
A character for escaping quotes in the file.
|
ReadOptions.Builder |
escapeQuotes(Boolean escapeQuotes)
Whether quotes need to be escaped in the file.
|
ReadOptions.Builder |
header(Boolean header)
Whether the file has a header row.
|
ReadOptions.Builder |
lineSep(String lineSep)
A line separator for the file.
|
ReadOptions.Builder |
quote(String quote)
The file's quote character.
|
ReadOptions.Builder |
quoteAll(Boolean quoteAll)
Whether all values need to be quoted, or just those that contain quotes.
|
ReadOptions.Builder |
sep(String sep)
The file's field separator.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReadOptions.Builder sep(String sep)
The file's field separator.
sep - The file's field separator.ReadOptions.Builder encoding(String encoding)
The file's encoding.
encoding - The file's encoding.ReadOptions.Builder quote(String quote)
The file's quote character.
quote - The file's quote character.ReadOptions.Builder quoteAll(Boolean quoteAll)
Whether all values need to be quoted, or just those that contain quotes.
quoteAll - Whether all values need to be quoted, or just those that contain quotes.ReadOptions.Builder escape(String escape)
A character for escaping quotes in the file.
escape - A character for escaping quotes in the file.ReadOptions.Builder escapeQuotes(Boolean escapeQuotes)
Whether quotes need to be escaped in the file.
escapeQuotes - Whether quotes need to be escaped in the file.ReadOptions.Builder comment(String comment)
The file's comment character.
comment - The file's comment character.ReadOptions.Builder header(Boolean header)
Whether the file has a header row.
header - Whether the file has a header row.ReadOptions.Builder lineSep(String lineSep)
A line separator for the file.
lineSep - A line separator for the file.Copyright © 2023. All rights reserved.