Package | Description |
---|---|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
Modifier and Type | Method and Description |
---|---|
BlobQueryDelimitedSerialization |
BlobQueryDelimitedSerialization.setColumnSeparator(char columnSeparator)
Sets the column separator.
|
BlobQueryDelimitedSerialization |
BlobQueryDelimitedSerialization.setEscapeChar(char escapeChar)
Sets the escape character.
|
BlobQueryDelimitedSerialization |
BlobQueryDelimitedSerialization.setFieldQuote(char fieldQuote)
Sets the field quote.
|
BlobQueryDelimitedSerialization |
BlobQueryDelimitedSerialization.setHeadersPresent(boolean headersPresent)
Sets whether or not headers are present.
|
BlobQueryDelimitedSerialization |
BlobQueryDelimitedSerialization.setRecordSeparator(char recordSeparator)
Sets the record separator.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.