public static final class ShowTableRequest.Options extends Object
tableName
is a collection, then 'true' will return information about the children of
the collection, and 'false' will return information about the collection itself. If tableName
is a child table,
'show_children' must be 'false'. If tableName
is empty then 'show_children' must be 'true'. Values: true, false.
options
.Modifier and Type | Field and Description |
---|---|
static String |
FALSE |
static String |
GET_SIZES
If 'true' then the table sizes will be returned; otherwise they will be returned blank.
|
static String |
SHOW_CHILDREN
If
tableName is a collection, then 'true' will return information about the children of the collection, and
'false' will return information about the collection itself. |
static String |
TRUE |
public static final String GET_SIZES
public static final String TRUE
public static final String FALSE
public static final String SHOW_CHILDREN
tableName
is a collection, then 'true' will return information about the children of the collection, and
'false' will return information about the collection itself. If tableName
is a child table, 'show_children' must
be 'false'. If tableName
is empty then 'show_children' must be 'true'. Values: true, false.
Copyright © 2016. All rights reserved.