public static final class CreateJoinTableRequest.Options extends Object
options
.Modifier and Type | Field and Description |
---|---|
static String |
COLLECTION_NAME
Name of a collection in GPUdb to which the join table is to be assigned as a child table.
|
static String |
FULL_REFRESH
always refresh even if no new records have been added.
|
static String |
MANUAL
refresh only occurs when manually requested by calling this endpoint with refresh option set to 'refresh' or
'full_refresh'
|
static String |
MAX_QUERY_DIMENSIONS
The maximum number of tables in a joined table that can be accessed by a query and are not equated by a foreign-key to
primary-key equality predicate
|
static String |
NO_REFRESH
don't refresh
|
static String |
ON_INSERT
incrementally refresh (refresh just those records added) whenever new data is inserted into a base table.
|
static String |
ON_QUERY
incrementally refresh (refresh just those records added) whenever a new query is issued and new data is inserted into the
base table.
|
static String |
OPTIMIZE_LOOKUPS
Use the applied filters to precalculate the lookup table to get data from the primary key sets
|
static String |
REFRESH
incrementally refresh (refresh just those records added) if new data has been inserted into the base table.
|
static String |
REFRESH_METHOD
Method by which the join table can be refreshed when underlying member tables have changed.
|
public static final String COLLECTION_NAME
public static final String MAX_QUERY_DIMENSIONS
public static final String OPTIMIZE_LOOKUPS
public static final String REFRESH_METHOD
public static final String MANUAL
public static final String ON_QUERY
public static final String ON_INSERT
public static final String REFRESH
public static final String NO_REFRESH
public static final String FULL_REFRESH
Copyright © 2016. All rights reserved.