Class TxClientSettings
- Namespace
- Textkernel.Tx
- Assembly
- Textkernel.Tx.SDK.dll
Settings for a TxClient (used when configuring the TxClient with dependency injection)
public class TxClientSettings : EnvironmentSettings
- Inheritance
-
TxClientSettings
- Inherited Members
Properties
AccountId
The Account ID for your account
public string AccountId { get; set; }
Property Value
DataCenter
public DataCenter DataCenter { get; set; }
Property Value
ServiceKey
The Service Key for your account
public string ServiceKey { get; set; }
Property Value
TrackingTags
Optional tags to use to track API usage for your account
public IEnumerable<string> TrackingTags { get; set; }