Structs§
- Address
Book Config - Links a stream’s filter to an address book so JSON paths resolve against its managed address set.
- Azure
Attributes - Configuration for delivering stream batches to Azure Blob Storage.
- Clickhouse
Attributes - Configuration for delivering stream batches to a ClickHouse cluster.
- Create
Stream Params - Parameters for creating a new stream.
- Enabled
Count Response - Result of
get_enabled_count. - Kafka
Attributes - Configuration for delivering stream batches to a Kafka topic.
- List
Streams Params - Parameters for
list_streams. - List
Streams Response - Paginated response from
list_streams. - Mongo
Attributes - Configuration for delivering stream batches to a MongoDB database.
- Mysql
Attributes - Configuration for delivering stream batches to a MySQL database.
- Page
Info - Pagination metadata returned alongside a paginated result set.
- Postgres
Attributes - Configuration for delivering stream batches to a PostgreSQL database.
- Redis
Attributes - Configuration for delivering stream batches to a Redis instance.
- S3Attributes
- Configuration for delivering stream batches to an S3-compatible object store.
- Snowflake
Attributes - Configuration for delivering stream batches to a Snowflake data warehouse.
- Stream
- A stream’s full configuration and current state, as returned by the API.
- Test
Filter Params - Parameters for
test_filter. - Test
Filter Response - Result of a
test_filtercall. - Update
Stream Params - Parameters for
update_stream. Only fields that are set are modified; omitted fields leave the current value unchanged. - Webhook
Attributes - Configuration for delivering stream batches to an HTTP webhook endpoint.
Enums§
- Destination
Attributes - Destination-specific configuration for a stream. Exactly one variant selects where and how batches are delivered.
- Filter
Language - Language a stream’s filter function is written in.
- Product
Type - Billing product type the stream is associated with.
- Stream
Dataset - Type of on-chain data a stream delivers (blocks, transactions, logs, etc.).
- Stream
Destination - Destination kind a stream delivers to (webhook, S3, Postgres, etc.).
- Stream
Metadata Location - Where stream metadata is included in delivered payloads.
- Stream
Region - Geographic region where a stream runs.
- Stream
Status - Operational state of a stream.