C# 클래스 BuildIt.CognitiveServices.Models.UsageStatistics

파일 보기 프로젝트 열기: builttoroam/BuildIt

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