C# Класс BuildIt.CognitiveServices.Models.UsageStatistics

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

UsageStatistics() публичный Метод

Initializes a new instance of the UsageStatistics class.
public UsageStatistics ( ) : System.Linq
Результат System.Linq

UsageStatistics() публичный Метод

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
Результат System.Linq