C# Class BuildIt.CognitiveServices.Models.UsageStatistics

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
UsageStatistics ( ) : System.Linq

Initializes a new instance of the UsageStatistics class.

UsageStatistics ( string eventType = default(string), long count = default(long?) ) : System.Linq

Initializes a new instance of the UsageStatistics class.

Method Details

UsageStatistics() public method

Initializes a new instance of the UsageStatistics class.
public UsageStatistics ( ) : System.Linq
return System.Linq

UsageStatistics() public method

Initializes a new instance of the UsageStatistics class.
public UsageStatistics ( string eventType = default(string), long count = default(long?) ) : System.Linq
eventType string The event type of the usage statistics /// event
count long The event type of the usage statistics /// event
return System.Linq