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

파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initializes a new instance of the UsageImportStats class.

UsageImportStats ( string fileId = default(string), 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 UsageImportStats class.

메소드 상세

UsageImportStats() 공개 메소드

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

UsageImportStats() 공개 메소드

Initializes a new instance of the UsageImportStats class.
public UsageImportStats ( string fileId = default(string), 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
fileId string Unique identifier for usage file
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