BulkReplaceDataTableRowsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request to replace data table rows in bulk.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table} |
requests |
MutableSequence[google.cloud.chronicle_v1.types.CreateDataTableRowRequest]
Required. Data table rows to replace the existing data table rows. A maximum of 1000 rows (for sync requests) or 2000 rows (for async requests) can be replaced in a single request. Total size of the rows should be less than 4MB. |