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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java