Class SnowflakeChannelConfig
- java.lang.Object
-
- io.deltastream.flink.connector.snowflake.sink.config.SnowflakeChannelConfig
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public final class SnowflakeChannelConfig extends Object implements Serializable
This class provides the configuration needed to create aSnowflakeStreamingIngestChannel, e.g. database/schema/table name, etc.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSnowflakeChannelConfig.SnowflakeChannelConfigBuilderBuilder forSnowflakeChannelConfig.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SnowflakeChannelConfig.SnowflakeChannelConfigBuilderbuilder()booleanequals(Object o)StringgetDatabaseName()net.snowflake.ingest.streaming.OpenChannelRequest.OnErrorOptiongetOnErrorOption()StringgetSchemaName()StringgetTableName()inthashCode()
-
-
-
Method Detail
-
getDatabaseName
public String getDatabaseName()
-
getSchemaName
public String getSchemaName()
-
getTableName
public String getTableName()
-
getOnErrorOption
public net.snowflake.ingest.streaming.OpenChannelRequest.OnErrorOption getOnErrorOption()
-
builder
public static SnowflakeChannelConfig.SnowflakeChannelConfigBuilder builder()
-
-