public static final class InsertRecordsRequest.Options extends Object
Modifier and Type | Field and Description | ||
---|---|---|---|
static String |
ALLOW_PARTIAL_BATCH
If set to
TRUE , all correct records will be
inserted and incorrect records will be rejected and reported. |
||
static String |
DRY_RUN
If set to
TRUE , no data will be saved and any
errors will be returned. |
||
static String |
FALSE |
||
static String |
IGNORE_EXISTING_PK
Specifies the record collision error-suppression policy for
inserting into a table with a
static String RETURN_INDIVIDUAL_ERRORS
If set to
TRUE , success will always be
returned, and any errors found will be included in the info map. | ||
static String |
RETURN_RECORD_IDS
If
TRUE then return the internal record id
along for each inserted record. |
||
static String |
TRUE |
||
static String |
TRUNCATE_STRINGS
If set to
TRUE , any strings which are too long
for their target charN string columns will be truncated to fit. |
||
static String |
UPDATE_ON_EXISTING_PK
Specifies the record collision policy for inserting into a table
with a
Method Summary
Copyright © 2025. All rights reserved. |