BuildIt.CognitiveServices.Models.CatalogImportStats.CatalogImportStats C# (CSharp) Method

CatalogImportStats() public method

Initializes a new instance of the CatalogImportStats class.
public CatalogImportStats ( ) : System.Linq
return System.Linq
        public CatalogImportStats() { }

Same methods

CatalogImportStats::CatalogImportStats ( int processedLineCount = default(int?), int errorLineCount = default(int?), int importedLineCount = default(int?), System errorSummary = default(System.Collections.Generic.IList<ImportErrorStats>), System sampleErrorDetails = default(System.Collections.Generic.IList<ErrorDetail>) ) : System.Linq
CatalogImportStats