C# Class BuildIt.CognitiveServices.Models.UsageInfo

Usage data file information
Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

UsageInfo() public method

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

UsageInfo() public method

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
return System.Linq