Interface IAnalyticsDispatcherConfig
Configuration for an IAnalyticsDispatcher.
Namespace: IdleKit.Analytics
Assembly: cs.temp.dll.dll
Syntax
public interface IAnalyticsDispatcherConfig : IData
Properties
AnalyticsDispatcherType
The IAnalyticsService automatically creates a IAnalyticsDispatcher class of this Type.
Declaration
Type AnalyticsDispatcherType { get; }
Property Value
Type | Description |
---|---|
Type |
IngestionEndpoint
An endpoint to send events to.
Declaration
string IngestionEndpoint { get; }
Property Value
Type | Description |
---|---|
String |
MaxBatchSize
When sending a batch of multiple IAnalyticsEvents, the IAnalyticsService will limit the number of events sent to this value.
Declaration
int MaxBatchSize { get; }
Property Value
Type | Description |
---|---|
Int32 |