FirebaseAdmin. Auth. DeleteUsersResult
Represents the result of the AbstractFirebaseAuth.DeleteUsersAsync(IReadOnlyList{string}) API.
Summary
Properties |
|
---|---|
Errors
|
IReadOnlyList< ErrorInfo >
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.