[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.Auth.UserImportResult Class Reference\n\nFirebaseAdmin.Auth.UserImportResult\n===================================\n\nRepresents the result of the AbstractFirebaseAuth.ImportUsersAsync(IEnumerable{ImportUserRecordArgs}) API.\n\nSummary\n-------\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Errors](#class_firebase_admin_1_1_auth_1_1_user_import_result_1a21519945d662b2ae2c43caa6d9439c60) | `IReadOnlyList\u003c `[ErrorInfo](/docs/reference/admin/dotnet/class/firebase-admin/auth/error-info#class_firebase_admin_1_1_auth_1_1_error_info)` \u003e` Gets errors associated with a user import. |\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------|\n| [FailureCount](#class_firebase_admin_1_1_auth_1_1_user_import_result_1ab7d372de61a29a892dc28cc82237eb9f)` =\u003e this.Errors?.Count ?? 0` | `int` Gets the number of users that failed to be imported. |\n| [SuccessCount](#class_firebase_admin_1_1_auth_1_1_user_import_result_1af11c308dbc049175e3c31d205e942292)` =\u003e this.users - this.FailureCount` | `int` Gets the number of users that were imported successfully. |\n\nProperties\n----------\n\n### Errors\n\n```text\nIReadOnlyList\u003c ErrorInfo \u003e Errors\n``` \nGets errors associated with a user import.\n\nEmpty list if there were no errors.\n\nPublic attributes\n-----------------\n\n### FailureCount\n\n```text\nint FailureCount =\u003e this.Errors?.Count ?? 0\n``` \nGets the number of users that failed to be imported. \n\n### SuccessCount\n\n```text\nint SuccessCount =\u003e this.users - this.FailureCount\n``` \nGets the number of users that were imported successfully."]]