LoginsDeletionMetrics

public struct LoginsDeletionMetrics
extension LoginsDeletionMetrics: Equatable, Hashable

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)
  • Declaration

    Swift

    public static func == (lhs: LoginsDeletionMetrics, rhs: LoginsDeletionMetrics) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)