Get File Import Result
data class GetFileImportResult(val contentType: String, val createdTimeUTC: String, val errorFile: FileMetadataResponse, val errorsPreview: List<ValidationErrorResponse>, val filesValidUntilTimeUTC: String, val id: String, val importFile: FileMetadataResponse, val importValidUntilTimeUTC: String, val ingestedRecordCount: Int, val ingestionMode: String, val name: String, val source: String, val state: String, val systemData: SystemDataResponse, val totalRecordCount: Int, val type: String, val validRecordCount: Int)
Represents a file import in Azure Security Insights.
Constructors
Link copied to clipboard
constructor(contentType: String, createdTimeUTC: String, errorFile: FileMetadataResponse, errorsPreview: List<ValidationErrorResponse>, filesValidUntilTimeUTC: String, id: String, importFile: FileMetadataResponse, importValidUntilTimeUTC: String, ingestedRecordCount: Int, ingestionMode: String, name: String, source: String, state: String, systemData: SystemDataResponse, totalRecordCount: Int, type: String, validRecordCount: Int)
Properties
Link copied to clipboard
The content type of this file.
Link copied to clipboard
The time the file was imported.
Link copied to clipboard
Represents the error file (if the import was ingested with errors or failed the validation).
Link copied to clipboard
An ordered list of some of the errors that were encountered during validation.
Link copied to clipboard
The time the files associated with this import are deleted from the storage account.
Link copied to clipboard
Represents the imported file.
Link copied to clipboard
The time the file import record is soft deleted from the database and history.
Link copied to clipboard
The number of records that have been successfully ingested.
Link copied to clipboard
Describes how to ingest the records in the file.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
The number of records in the file.
Link copied to clipboard
The number of records that have passed validation.