C# Class BuildIt.CognitiveServices.Models.UsageInfo

Usage data file information
Afficher le fichier Open project: builttoroam/BuildIt

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the UsageInfo class.
public UsageInfo ( ) : System.Linq
Résultat System.Linq

UsageInfo() public méthode

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
Résultat System.Linq