[]
This class exposes specific properties to set up a connection for the C1DataConnector Snowflake provider.
public sealed class C1SnowflakeConnectionStringBuilder : C1OAuthConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1SnowflakeConnectionStringBuilder() | The default constructor of C1SnowflakeConnectionStringBuilder |
| Name | Description |
|---|---|
| Account | The name of the Snowflake account that the provider should connect to. |
| AuthenticationType | The type of authorization the request will utilize. |
| Database | The name of the Snowflake database that the provider should use. |
| Fingerprint | The private key path to be used for the authentication. |
| this[string] | Gets or sets the value associated with the specified key. |
| PrivateKey | The private key path to be used for the authentication. |
| PrivateKeyPassword | The private key path to be used for the authentication. |
| Role | The name of the Snowflake database that the provider should use. |
| Schema | The name of the Snowflake schema that the provider should use. |
| Url | The name of the Snowflake database that the provider should use. |
| Warehouse | The name of the Snowflake warehouse that the provider should use. |
| Name | Description |
|---|---|
| Equals(object) | Method that check if two instance C1SnowflakeConnectionStringBuilder can be considered equals considering pooling and caching connection purposes. |
| GetHashCode() | Retrieve the mapped hash code of this C1SnowflakeConnectionStringBuilder. |