Class InsertAllRequest

java.lang.Object
com.google.cloud.bigquery.InsertAllRequest
All Implemented Interfaces:
Serializable

public final class InsertAllRequest extends Object implements Serializable
Google Cloud BigQuery insert all request. This class can be used to stream data into BigQuery one record at a time without needing to run a load job. This approach enables querying data without the delay of running a load job. There are several important trade-offs to consider before choosing an approach.
See Also: