Class TxClientSettings
Settings for a TxClient (used when configuring the TxClient with dependency injection)
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class TxClientSettings : EnvironmentSettings
Properties
| Improve this Doc View SourceAccountId
The Account ID for your account
Declaration
public string AccountId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataCenter
Declaration
public DataCenter DataCenter { get; set; }
Property Value
Type | Description |
---|---|
DataCenter |
ServiceKey
The Service Key for your account
Declaration
public string ServiceKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrackingTags
Optional tags to use to track API usage for your account
Declaration
public IEnumerable<string> TrackingTags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |