Uses of Class
com.azure.storage.blob.models.BlobQueryDelimitedSerialization
Packages that use BlobQueryDelimitedSerialization
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of BlobQueryDelimitedSerialization in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobQueryDelimitedSerializationModifier 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.