Class BulkCreateDataTableRowsRequest (0.5.0)

BulkCreateDataTableRowsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request to create 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 create. A maximum of 1000 rows (for sync requests) or 2000 rows (for async requests) can be created in a single request. Total size of the rows should be less than 4MB.