C# Class Keen.Core.Event

Event implements the IEvent interface which represents the Keen.IO Event API methods.
Inheritance: IEvent
Exibir arquivo Open project: keenlabs/keen-sdk-net Class Usage Examples

Public Methods

Method Description
AddEvents ( Newtonsoft.Json.Linq.JObject events ) : Task>

Add all events in a single request.

Event ( IProjectSettings prjSettings ) : Keen.Core.EventCache
GetSchemas ( ) : Task

Get details of all schemas in the project.

Method Details

AddEvents() public method

Add all events in a single request.
public AddEvents ( Newtonsoft.Json.Linq.JObject events ) : Task>
events Newtonsoft.Json.Linq.JObject
return Task>

Event() public method

public Event ( IProjectSettings prjSettings ) : Keen.Core.EventCache
prjSettings IProjectSettings
return Keen.Core.EventCache

GetSchemas() public method

Get details of all schemas in the project.
public GetSchemas ( ) : Task
return Task