public class BlobQueryDelimitedSerialization extends Object implements BlobQuerySerialization
| Constructor and Description |
|---|
BlobQueryDelimitedSerialization() |
| 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.
|
BlobQueryDelimitedSerialization |
setColumnSeparator(char columnSeparator)
Sets the column separator.
|
BlobQueryDelimitedSerialization |
setEscapeChar(char escapeChar)
Sets the escape character.
|
BlobQueryDelimitedSerialization |
setFieldQuote(char fieldQuote)
Sets the field quote.
|
BlobQueryDelimitedSerialization |
setHeadersPresent(boolean headersPresent)
Sets whether or not headers are present.
|
BlobQueryDelimitedSerialization |
setRecordSeparator(char recordSeparator)
Sets the record separator.
|
public char getColumnSeparator()
public BlobQueryDelimitedSerialization setColumnSeparator(char columnSeparator)
columnSeparator - the column separator.public char getFieldQuote()
public BlobQueryDelimitedSerialization setFieldQuote(char fieldQuote)
fieldQuote - the field quote.public char getEscapeChar()
public BlobQueryDelimitedSerialization setEscapeChar(char escapeChar)
escapeChar - the escape character.public boolean isHeadersPresent()
public BlobQueryDelimitedSerialization setHeadersPresent(boolean headersPresent)
headersPresent - Whether or not headers are present.public char getRecordSeparator()
public BlobQueryDelimitedSerialization setRecordSeparator(char recordSeparator)
recordSeparator - the record separator.Copyright © 2020 Microsoft Corporation. All rights reserved.