FirebaseAdmin. Auth. UserImportResult
  Represents the result of the AbstractFirebaseAuth.ImportUsersAsync(IEnumerable{ImportUserRecordArgs}) API.
Summary
        Properties | 
    |
|---|---|
        Errors
       | 
      
        IReadOnlyList< ErrorInfo >
        Gets errors associated with a user import.  
       | 
    
        Public attributes | 
    |
|---|---|
        FailureCount => this.Errors?.Count ?? 0
       | 
      
        int
        Gets the number of users that failed to be imported.  
       | 
    
        SuccessCount => this.users - this.FailureCount
       | 
      
        int
        Gets the number of users that were imported successfully.  
       | 
    
Properties
Errors
IReadOnlyList< ErrorInfo > Errors
Gets errors associated with a user import.
Empty list if there were no errors.
Public attributes
FailureCount
int FailureCount => this.Errors?.Count ?? 0
Gets the number of users that failed to be imported.
SuccessCount
int SuccessCount => this.users - this.FailureCount
Gets the number of users that were imported successfully.