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
fun GetFileImportResult(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)