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

Usage data file information
파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
UsageInfo ( ) : System.Linq

Initializes a new instance of the UsageInfo class.

UsageInfo ( string fileId = default(string), string usageDisplayName = default(string), double sizeInMegabytes = default(double?), System dateModified = default(System.DateTime?), bool usedInModel = default(bool?) ) : System.Linq

Initializes a new instance of the UsageInfo class.

메소드 상세

UsageInfo() 공개 메소드

Initializes a new instance of the UsageInfo class.
public UsageInfo ( ) : System.Linq
리턴 System.Linq

UsageInfo() 공개 메소드

Initializes a new instance of the UsageInfo class.
public UsageInfo ( string fileId = default(string), string usageDisplayName = default(string), double sizeInMegabytes = default(double?), System dateModified = default(System.DateTime?), bool usedInModel = default(bool?) ) : System.Linq
fileId string The usage data file id
usageDisplayName string The display name of the usage data /// file
sizeInMegabytes double The usage data file size in /// megabytes
dateModified System The last modification date of the usage /// data file
usedInModel bool Indicates whether this usage file is /// used in the model
리턴 System.Linq