Uses of Class
com.google.cloud.bigquery.ReadClientConnectionConfiguration.Builder
Packages that use ReadClientConnectionConfiguration.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of ReadClientConnectionConfiguration.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return ReadClientConnectionConfiguration.BuilderModifier and TypeMethodDescriptionReadClientConnectionConfiguration.newBuilder()Returns a builder for aReadClientConnectionConfigurationobject.ReadClientConnectionConfiguration.Builder.setBufferSize(Long bufferSize) Sets the maximum number of table rows allowed in buffer before streaming them to the BigQueryResult.ReadClientConnectionConfiguration.Builder.setMinResultSize(Long numRows) Sets the minimum number of table rows in the query results used to determine whether to us the BigQueryStorage Read client to fetch result sets after the first page.ReadClientConnectionConfiguration.Builder.setTotalToPageRowCountRatio(Long ratio) Sets the total row count to page row count ratio used to determine whether to us the BigQueryStorage Read client to fetch result sets after the first page.ReadClientConnectionConfiguration.toBuilder()