public class FindV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
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
|
_excludeFields| Constructor and Description |
|---|
FindV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
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 toString()
toString in class RequestSchemaV3