Package com.azure.storage.blob.models
Class BlobQueryJsonSerialization
java.lang.Object
com.azure.storage.blob.models.BlobQueryJsonSerialization
- All Implemented Interfaces:
BlobQuerySerialization
Defines the input or output JSON serialization for a blob quick query request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchar
Gets the record separator.setRecordSeparator
(char recordSeparator) Sets the record separator.
-
Constructor Details
-
BlobQueryJsonSerialization
public BlobQueryJsonSerialization()
-
-
Method Details
-
getRecordSeparator
public char getRecordSeparator()Gets the record separator.- Returns:
- the record separator.
-
setRecordSeparator
Sets the record separator.- Parameters:
recordSeparator
- the record separator.- Returns:
- the updated BlobQueryJsonSerialization object.
-