public class FrameSynopsisV3 extends FrameBaseV3
| Modifier and Type | Field and Description |
|---|---|
long |
columns
Number of columns in the Frame
|
long |
rows
Number of rows in the Frame
|
byteSize, frameId, isText_excludeFields| Constructor and Description |
|---|
FrameSynopsisV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public long rows
public long columns
public java.lang.String toString()
toString in class FrameBaseV3