public class FindV3 extends RequestSchema
| 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
Column, or null for all
|
FrameV3 |
key
Frame to search
|
java.lang.String |
match
Value to search for; leave blank for a search for missing values
|
long |
next
next row with matching value, or -1
|
long |
prev
previous row with matching value, or -1
|
long |
row
Starting row for search
|
| Constructor and Description |
|---|
FindV3() |
public FrameV3 key
public java.lang.String column
public long row
public java.lang.String match
public long prev
public long next
public java.lang.String _exclude_fields