BlobQueryDelimitedSerialization Class
- java.
lang. Object - com.
azure. storage. blob. models. BlobQueryDelimitedSerialization
- com.
Implements
public class BlobQueryDelimitedSerialization
implements BlobQuerySerialization
Defines the input or output delimited (CSV) serialization for a blob quick query request.
Constructor Summary
Constructor | Description | |
---|---|---|
BlobQueryDelimitedSerialization() |
Method Summary
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. |
Blob |
setColumnSeparator(char columnSeparator)
Sets the column separator. |
Blob |
setEscapeChar(char escapeChar)
Sets the escape character. |
Blob |
setFieldQuote(char fieldQuote)
Sets the field quote. |
Blob |
setHeadersPresent(boolean headersPresent)
Sets whether or not headers are present. |
Blob |
setRecordSeparator(char recordSeparator)
Sets the record separator. |
Methods inherited from java.lang.Object
Constructor Details
BlobQueryDelimitedSerialization
public BlobQueryDelimitedSerialization()
Method Details
getColumnSeparator
public char getColumnSeparator()
Gets the column separator.
Returns:
getEscapeChar
public char getEscapeChar()
Gets the escape character.
Returns:
getFieldQuote
public char getFieldQuote()
Gets the field quote.
Returns:
getRecordSeparator
public char getRecordSeparator()
Gets the record separator.
Returns:
isHeadersPresent
public boolean isHeadersPresent()
Gets whether or not headers are present.
Returns:
setColumnSeparator
public BlobQueryDelimitedSerialization setColumnSeparator(char columnSeparator)
Sets the column separator.
Parameters:
Returns:
setEscapeChar
public BlobQueryDelimitedSerialization setEscapeChar(char escapeChar)
Sets the escape character.
Parameters:
Returns:
setFieldQuote
public BlobQueryDelimitedSerialization setFieldQuote(char fieldQuote)
Sets the field quote.
Parameters:
Returns:
setHeadersPresent
public BlobQueryDelimitedSerialization setHeadersPresent(boolean headersPresent)
Sets whether or not headers are present.
Parameters:
Returns:
setRecordSeparator
public BlobQueryDelimitedSerialization setRecordSeparator(char recordSeparator)
Sets the record separator.
Parameters:
Returns:
Applies to
Azure SDK for Java