Class FileQueryJsonSerialization
java.lang.Object
com.azure.storage.file.datalake.models.FileQueryJsonSerialization
- All Implemented Interfaces:
FileQuerySerialization
Defines the input or output JSON serialization for a file query request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar
Gets the record separator.setRecordSeparator
(char recordSeparator) Sets the record separator.
-
Constructor Details
-
FileQueryJsonSerialization
public FileQueryJsonSerialization()
-
-
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 FileQueryJsonSerialization object.
-