Name | Description | |
---|---|---|
AccessToken | The OAuth 1.0 access token to be used for the authentication. | |
CacheConnection | The connection string to the cache provider. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
CacheLocation | The path to the local database file used as cache. Default location is AppData/C1DataConnector. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
CacheProvider | The name of the the cache provider. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
CacheTolerance | The cache expiration interval of time given in seconds. Default value is 600 seconds. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
ConnectionString | The connection string equivalence of this C1.DataConnector.C1ConnectionStringBuilder. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
ConsumerKey | A value used by the Consumer to identify itself in OAuth 1.0. | |
ConsumerSecret | A secret used by the Consumer to establish ownership of the Consumer Key. | |
Count | (Inherited from System.Data.Common.DbConnectionStringBuilder) | |
IncrementalUpdate | Specifies whether incremental caching is considered or not. Default is false/not. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
IncrementalUpdateColumn | Specifies the name of the column used for storing the time of the last change of each row. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
IsFixedSize | (Inherited from System.Data.Common.DbConnectionStringBuilder) | |
IsReadOnly | (Inherited from System.Data.Common.DbConnectionStringBuilder) | |
Item | Overridden. Gets or sets the value associated with the specified key. | |
Keys | Gets an System.Collections.ICollection that contains the keys in the System.Data.Common.DbConnectionStringBuilder. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
LogFile | The name of the log provider. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
LogFileCount | Number of max log files. true or false value only. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
LogFileSize | The limit size of log file. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
MaxPageSize | The maximum items returned per request to server. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
MaxPoolSize | Specifies the maximum number of connections in the pool. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
Offline | Specifies whether or not accessing an invalid cached table should throw an exception or if the table will be refreshed. Default is false/not. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
Password | The password of the user to be used for the authentication. | |
ProxyAuthScheme | (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
ProxyPassword | (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
ProxyPort | (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
ProxyServer | (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
ProxyUsername | (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
TokenSecret | A secret used by the Consumer to establish ownership of the given Token. | |
TokenType | Determines if the token was requested by a Customer or by the Admin or if the token they are going to use is a Integration token. | |
Url | The base URL of Magneto server. | |
UseCache | Specifies whether caching is considered or not. Default is false/not. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
UsePool | TSpecifies whether or not pooling is requested for a given connection. Default is true/yes. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
Username | The username to be used for the authentication. | |
Values | (Inherited from System.Data.Common.DbConnectionStringBuilder) | |
VerbosityLevel | Verbosity level of log. number 1-5 only. (Inherited from C1.DataConnector.C1ConnectionStringBuilder) | |
Verifier | The verification code given by provider. |