public class FramesV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
column
Name of column of interest
|
int |
columnCount
Number of columns to return
|
int |
columnOffset
Column offset to return
|
ModelSchemaV3[] |
compatibleModels
Compatible models
|
java.lang.String |
compression
Compression method (default none; gzip, bzip2, zstd and snappy available depending on runtime environment)
|
java.lang.String[][] |
domain
Domains
|
boolean |
findCompatibleModels
Find and return compatible models?
|
boolean |
force
Overwrite existing file
|
UtilExportFileFormat |
format
Output file format.
|
FrameKeyV3 |
frameId
Name of Frame of interest
|
FrameV3[] |
frames
Frames
|
int |
fullColumnCount
Number of full columns to return.
|
boolean |
header
Use header (default true)
|
JobV3 |
job
Job for export file
|
int |
numParts
Number of part files to use (1=single file,-1=automatic)
|
boolean |
parallel
Use parallel export to a single file (doesn't apply when num_parts != 1, creates temporary files in the
destination directory)
|
java.lang.String |
path
File output path
|
boolean |
quoteHeader
Quote column names in header line (default true)
|
int |
rowCount
Number of rows to return
|
long |
rowOffset
Row offset to return
|
byte |
separator
Field separator (default ',')
|
boolean |
tzAdjustFromLocal
Specifies if the timezone should be adjusted from local to UTC timezone (parquet only).
|
boolean |
writeChecksum
Specifies if checksum should be written next to data files on export (if supported by export format).
|
_excludeFields| Constructor and Description |
|---|
FramesV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="frame_id") public FrameKeyV3 frameId
public java.lang.String column
@SerializedName(value="row_offset") public long rowOffset
@SerializedName(value="row_count") public int rowCount
@SerializedName(value="column_offset") public int columnOffset
@SerializedName(value="full_column_count") public int fullColumnCount
@SerializedName(value="column_count") public int columnCount
@SerializedName(value="find_compatible_models") public boolean findCompatibleModels
public java.lang.String path
public boolean force
@SerializedName(value="num_parts") public int numParts
public boolean parallel
public UtilExportFileFormat format
public java.lang.String compression
@SerializedName(value="write_checksum") public boolean writeChecksum
@SerializedName(value="tz_adjust_from_local") public boolean tzAdjustFromLocal
public byte separator
public boolean header
@SerializedName(value="quote_header") public boolean quoteHeader
public JobV3 job
public FrameV3[] frames
@SerializedName(value="compatible_models") public ModelSchemaV3[] compatibleModels
public java.lang.String[][] domain
public java.lang.String toString()
toString in class RequestSchemaV3