public class FileQueryDelimitedSerialization extends Object implements FileQuerySerialization
| Constructor and Description |
|---|
FileQueryDelimitedSerialization() |
| Modifier and Type | Method and Description |
|---|---|
char |
getColumnSeparator()
Gets the column separator.
|
char |
getEscapeChar()
Gets the escape character.
|
char |
getFieldQuote()
Gets the field quote.
|
char |
getRecordSeparator()
Gets the record separator.
|
boolean |
isHeadersPresent()
Gets whether or not headers are present.
|
FileQueryDelimitedSerialization |
setColumnSeparator(char columnSeparator)
Sets the column separator.
|
FileQueryDelimitedSerialization |
setEscapeChar(char escapeChar)
Sets the escape character.
|
FileQueryDelimitedSerialization |
setFieldQuote(char fieldQuote)
Sets the field quote.
|
FileQueryDelimitedSerialization |
setHeadersPresent(boolean headersPresent)
Sets whether or not headers are present.
|
FileQueryDelimitedSerialization |
setRecordSeparator(char recordSeparator)
Sets the record separator.
|
public char getColumnSeparator()
public FileQueryDelimitedSerialization setColumnSeparator(char columnSeparator)
columnSeparator - the column separator.public char getFieldQuote()
public FileQueryDelimitedSerialization setFieldQuote(char fieldQuote)
fieldQuote - the field quote.public char getEscapeChar()
public FileQueryDelimitedSerialization setEscapeChar(char escapeChar)
escapeChar - the escape character.public boolean isHeadersPresent()
public FileQueryDelimitedSerialization setHeadersPresent(boolean headersPresent)
headersPresent - Whether or not headers are present.public char getRecordSeparator()
public FileQueryDelimitedSerialization setRecordSeparator(char recordSeparator)
recordSeparator - the record separator.Copyright © 2021 Microsoft Corporation. All rights reserved.