Uses of Class
com.azure.storage.blob.models.BlobQueryDelimitedSerialization
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of BlobQueryDelimitedSerialization in com.azure.storage.blob.models
Modifier and TypeMethodDescriptionBlobQueryDelimitedSerialization.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.