FileQueryJsonSerialization Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. FileQueryJsonSerialization
- com.
Implements
public class FileQueryJsonSerialization
implements FileQuerySerialization
Defines the input or output JSON serialization for a file query request.
Constructor Summary
Constructor | Description | |
---|---|---|
FileQueryJsonSerialization() |
Method Summary
Modifier and Type | Method and Description |
---|---|
char |
getRecordSeparator()
Gets the record separator. |
File |
setRecordSeparator(char recordSeparator)
Sets the record separator. |
Methods inherited from java.lang.Object
Constructor Details
FileQueryJsonSerialization
public FileQueryJsonSerialization()
Method Details
getRecordSeparator
public char getRecordSeparator()
Gets the record separator.
Returns:
the record separator.
setRecordSeparator
public FileQueryJsonSerialization setRecordSeparator(char recordSeparator)
Sets the record separator.
Parameters:
recordSeparator
- the record separator.
Returns:
the updated FileQueryJsonSerialization object.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java