Class KraangDispatcherConfig
Inheritance
KraangDispatcherConfig
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class KraangDispatcherConfig : AnalyticsIntervalDispatcherConfigBase, IAnalyticsIntervalDispatcherConfig, IAnalyticsDispatcherConfig, IData
Fields
_appId
Declaration
Field Value
_appSecret
Declaration
protected string _appSecret
Field Value
_batchIngestionEndpoint
Declaration
protected string _batchIngestionEndpoint
Field Value
_cachedEventsFolder
Declaration
protected string _cachedEventsFolder
Field Value
Properties
AnalyticsDispatcherType
Declaration
public override Type AnalyticsDispatcherType { get; }
Property Value
Overrides
AppId
Declaration
public virtual string AppId { get; }
Property Value
AppSecret
Declaration
public virtual string AppSecret { get; }
Property Value
BatchIngestionEndpoint
Declaration
public virtual string BatchIngestionEndpoint { get; }
Property Value
CachedEventsFolder
Declaration
public virtual string CachedEventsFolder { get; }
Property Value
Implements
IData