Freigeben über


FileQueryJsonSerialization Class

  • java.lang.Object
    • com.azure.storage.file.datalake.models.FileQueryJsonSerialization

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.

FileQueryJsonSerialization 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