LoginsDeletionMetrics
public struct LoginsDeletionMetrics : Equatable, Hashable
extension LoginsDeletionMetrics: Sendable
Metrics tracking deletion of logins that cannot be decrypted, see delete_undecryptable_records_for_remote_replacement
for more details
-
Declaration
Swift
public var localDeleted: UInt64 -
Declaration
Swift
public var mirrorDeleted: UInt64 -
Declaration
Swift
public init(localDeleted: UInt64, mirrorDeleted: UInt64)