Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Auth.DeleteUsersResult
Represents the result of the AbstractFirebaseAuth.DeleteUsersAsync(IReadOnlyList{string}) API.
Summary
Properties
|
Errors
|
Gets a list of ErrorInfo instances describing the errors that were encountered during the deletion.
|
FailureCount
|
int
Gets the number of users that DeleteUsersAsync failed to be deleted (possibly zero).
|
SuccessCount
|
int
Gets the number of users that were deleted successfully (possibly zero).
|
Properties
Errors
IReadOnlyList< ErrorInfo > Errors
Gets a list of ErrorInfo instances describing the errors that were encountered during the deletion.
Length of this list is equal to the return value of FailureCount.
Details |
Returns
|
A non-null list (possibly empty).
|
FailureCount
int FailureCount
Gets the number of users that DeleteUsersAsync
failed to be deleted (possibly zero).
SuccessCount
int SuccessCount
Gets the number of users that were deleted successfully (possibly zero).
Users that did not exist prior to calling AbstractFirebaseAuth.DeleteUsersAsync(IReadOnlyList{string}) are considered to be successfully deleted.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-24 UTC.
[null,null,["Last updated 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.Auth.DeleteUsersResult Class Reference\n\nFirebaseAdmin.Auth.DeleteUsersResult\n====================================\n\nRepresents the result of the AbstractFirebaseAuth.DeleteUsersAsync(IReadOnlyList{string}) API.\n\nSummary\n-------\n\n| ### Properties ||\n|-----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Errors](#class_firebase_admin_1_1_auth_1_1_delete_users_result_1a32c2572f6282cf834f78697c51a974eb) | `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 a list of [ErrorInfo](/docs/reference/admin/dotnet/class/firebase-admin/auth/error-info#class_firebase_admin_1_1_auth_1_1_error_info) instances describing the errors that were encountered during the deletion. |\n| [FailureCount](#class_firebase_admin_1_1_auth_1_1_delete_users_result_1a357a72bc284d76cfd0231eb45d9dae0c) | `int` Gets the number of users that `DeleteUsersAsync` failed to be deleted (possibly zero). |\n| [SuccessCount](#class_firebase_admin_1_1_auth_1_1_delete_users_result_1ad6181a3d3ff941b328a337ebfcd33242) | `int` Gets the number of users that were deleted successfully (possibly zero). |\n\nProperties\n----------\n\n### Errors\n\n```text\nIReadOnlyList\u003c ErrorInfo \u003e Errors\n``` \nGets a list of [ErrorInfo](/docs/reference/admin/dotnet/class/firebase-admin/auth/error-info#class_firebase_admin_1_1_auth_1_1_error_info) instances describing the errors that were encountered during the deletion.\n\nLength of this list is equal to the return value of [FailureCount](/docs/reference/admin/dotnet/class/firebase-admin/auth/delete-users-result#class_firebase_admin_1_1_auth_1_1_delete_users_result_1a357a72bc284d76cfd0231eb45d9dae0c).\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|-----------------------------------|\n| **Returns** | A non-null list (possibly empty). |\n\n### FailureCount\n\n```text\nint FailureCount\n``` \nGets the number of users that `DeleteUsersAsync` failed to be deleted (possibly zero). \n\n### SuccessCount\n\n```text\nint SuccessCount\n``` \nGets the number of users that were deleted successfully (possibly zero).\n\n[Users](/docs/reference/admin/dotnet/namespace/firebase-admin/auth/users#namespace_firebase_admin_1_1_auth_1_1_users) that did not exist prior to calling AbstractFirebaseAuth.DeleteUsersAsync(IReadOnlyList{string}) are considered to be successfully deleted."]]