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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java