Module storage

Module storage 

Source
Expand description

BigQuery Storage Write API client for high-throughput data streaming.

This module provides an implementation of the BigQuery Storage Write API, enabling efficient streaming of structured data to BigQuery tables.

Structs§

AppendRequestsStream
Streaming adapter that converts message batches into AppendRowsRequest objects.
BatchAppendResult
Result of processing a single table batch in concurrent append operations.
FieldDescriptor
Metadata descriptor for a single field in a BigQuery table schema.
StorageApi
High-level client for BigQuery Storage Write API operations.
StreamName
Hierarchical identifier for BigQuery write streams.
TableBatch
Collection of rows targeting a specific BigQuery table for batch processing.
TableDescriptor
Complete schema definition for a BigQuery table.

Enums§

ColumnMode
Field cardinality modes for BigQuery schema fields.
ColumnType
Supported protobuf column types for BigQuery schema mapping.