C# Класс BuildIt.CognitiveServices.Models.CatalogImportStats

Base class for catalog and usage data ingestion import statistics.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
CatalogImportStats ( ) : System.Linq

Initializes a new instance of the CatalogImportStats class.

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

Initializes a new instance of the CatalogImportStats class.

Описание методов

CatalogImportStats() публичный Метод

Initializes a new instance of the CatalogImportStats class.
public CatalogImportStats ( ) : System.Linq
Результат System.Linq

CatalogImportStats() публичный Метод

Initializes a new instance of the CatalogImportStats class.
public 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
processedLineCount int Number of total processed lines /// in uploaded catalog file
errorLineCount int Number of total error lines in /// uploaded catalog file
importedLineCount int Number of successfully imported /// catalog items from uploaded catalog file
errorSummary System Details of errors during catalog /// import
sampleErrorDetails System Sample lines having errors during /// catalog import
Результат System.Linq