| Package | Description |
|---|---|
| net.snowflake.ingest.streaming | |
| net.snowflake.ingest.streaming.internal |
| Class and 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.OnErrorOption |
| OpenChannelRequest.OpenChannelRequestBuilder
A builder class to build a OpenChannelRequest
|
| 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.
|
| SnowflakeStreamingIngestClientFactory.Builder
Builder class to build a
SnowflakeStreamingIngestClient |
| Class and Description |
|---|
| OpenChannelRequest
A class that is used to open/create a
SnowflakeStreamingIngestChannel |
| 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.
|
Copyright © 2023. All rights reserved.