public static final class AppendRecordsRequest.Options extends Object
Modifier and Type | Field and Description | ||
---|---|---|---|
static String |
EXPRESSION
Optional filter expression to apply to the
sourceTableName . |
||
static String |
FALSE |
||
static String |
IGNORE_EXISTING_PK
Specifies the record collision error-suppression policy for
inserting source table records (specified by sourceTableName ) into a target table
(specified by tableName ) with a
static String LIMIT
A positive integer indicating the maximum number of results to be
returned from
sourceTableName . | ||
static String |
OFFSET
A positive integer indicating the number of initial results to skip
from
sourceTableName . |
||
static String |
ORDER_BY
Comma-separated list of the columns to be sorted by from source
table (specified by
sourceTableName ),
e.g., 'timestamp asc, x desc'. |
||
static String |
TRUE |
||
static String |
TRUNCATE_STRINGS
If set to
TRUE , it allows inserting longer
strings into smaller charN string columns by truncating the longer
strings to fit. |
||
static String |
UPDATE_ON_EXISTING_PK
Specifies the record collision policy for inserting source table
records (specified by
sourceTableName )
into a target table (specified by tableName )
with a
Method Summary
Copyright © 2025. All rights reserved. |