Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace BulkUploadResponse

The bulk upload response.

Properties

failedLicenseRecordInfo

failedLicenseRecordInfo: Array<BulkUploadFailedRecordInfo>

Error information corresponding to the supported records which are valid but could not be created.

message

message: string

Response message for bulk upload.

totalSupportedDuplicateRecords

totalSupportedDuplicateRecords: number

The number of supported license records that were valid but not uploaded since they were duplicates. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalSupportedFailedLicenseRecords

totalSupportedFailedLicenseRecords: number

The number of supported license records that were valid but failed with errors during upload. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalSupportedInvalidRecords

totalSupportedInvalidRecords: number

The number of supported license records that could not be uploaded since they were invalid. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalSupportedRecords

totalSupportedRecords: number

The number of license records which were supported. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalSupportedRecordsSaved

totalSupportedRecordsSaved: number

The number of supported license records that were uploaded successfully. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

validationErrorInfo

validationErrorInfo: Array<BulkUploadValidationErrorInfo>

Detailed error information corresponding to each supported but invalid row for the uploaded file.

Functions

getDeserializedJsonObj

getJsonObj