public class FramesV3 extends FramesBase
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_exclude_fields
Comma-separated list of JSON field paths to exclude from the result, used like: "/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"
|
java.lang.String |
column
Name of column of interest
|
int |
column_count
Number of columns to return
|
int |
column_offset
Column offset to return
|
ModelSchema[] |
compatible_models
Compatible models
|
java.lang.String[][] |
domain
Domains
|
boolean |
find_compatible_models
Find and return compatible models?
|
boolean |
force
Overwrite existing file
|
java.lang.String |
frame_id
Name of Frame of interest
|
FrameBase[] |
frames
Frames
|
JobV3 |
job
Job for export file
|
java.lang.String |
path
File output path
|
int |
row_count
Number of rows to return
|
long |
row_offset
Row offset to return
|
| Constructor and Description |
|---|
FramesV3() |
public java.lang.String frame_id
public java.lang.String column
public long row_offset
public int row_count
public int column_offset
public int column_count
public boolean find_compatible_models
public java.lang.String path
public boolean force
public JobV3 job
public FrameBase[] frames
public ModelSchema[] compatible_models
public java.lang.String[][] domain
public java.lang.String _exclude_fields