public sealed class NetworkUsageSample : IMessage<NetworkUsageSample>, IEquatable<NetworkUsageSample>, IDeepCloneable<NetworkUsageSample>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class NetworkUsageSample.
Network usage sample. Values are across all network interfaces.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `NetworkUsageSample` class within the Google Cloud Migration Center v1 API, specifically version 1.1.0, and the most recent version, 1.4.0."],["The `NetworkUsageSample` class, which inherits from `object` and implements multiple interfaces like `IMessage` and `IEquatable`, represents network usage data collected across all network interfaces."],["The class includes two constructors, one parameterless and one that accepts another `NetworkUsageSample` object, for creating new instances or copies."],["Key properties of the `NetworkUsageSample` class are `AverageEgressBps` and `AverageIngressBps`, which are float values representing the average network egress and ingress rates in bytes per second, respectively."],["This class contains inherited members such as `GetHashCode()`, `GetType()` and `ToString()` from the base `object` class."]]],[]]