public sealed class RouterStatus.Types.PrefixCounter : IMessage<RouterStatus.Types.PrefixCounter>, IEquatable<RouterStatus.Types.PrefixCounter>, IDeepCloneable<RouterStatus.Types.PrefixCounter>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class RouterStatus.Types.PrefixCounter.
PrefixCounter contains a collection of prefixes related counts.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `RouterStatus.Types.PrefixCounter` class within the Google Cloud Edge Network v1 API, with version 1.4.0 being the latest."],["The `PrefixCounter` class is used to track counts related to network prefixes, specifically regarding the number of prefixes advertised, denied, received, sent, suppressed, and withdrawn."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered message operations."],["The `PrefixCounter` class has two constructors, one default constructor and one that takes another `PrefixCounter` instance for creating copies."],["All properties of this class, `Advertised`, `Denied`, `Received`, `Sent`, `Suppressed`, and `Withdrawn` are of type `long` and are used to specify the numerical count of the given property."]]],[]]