| Interface | Description |
|---|---|
| SnowflakeStreamingIngestChannel |
A logical partition that represents a connection to a single Snowflake table, data will be
ingested into the channel, and then flushed to Snowflake table periodically in the background.
|
| SnowflakeStreamingIngestClient |
A class that is the starting point for using the Streaming Ingest client APIs, a single client
maps to exactly one account in Snowflake; however, multiple clients can point to the same
account.
|
| Class | Description |
|---|---|
| InsertValidationResponse |
Response for an insert operation into a channel, which may contain a list of
InsertValidationResponse.InsertError
objects if there is any failure during insertion. |
| InsertValidationResponse.InsertError |
Wraps the row content and exception when there is a failure
|
| OpenChannelRequest |
A class that is used to open/create a
SnowflakeStreamingIngestChannel |
| OpenChannelRequest.OpenChannelRequestBuilder |
A builder class to build a OpenChannelRequest
|
| SnowflakeStreamingIngestClientFactory |
Factory class used to build a
SnowflakeStreamingIngestClient for a specific account |
| SnowflakeStreamingIngestClientFactory.Builder |
Builder class to build a
SnowflakeStreamingIngestClient |
| Enum | Description |
|---|---|
| OpenChannelRequest.OnErrorOption |
Copyright © 2023. All rights reserved.