public sealed class CreateTimeSeriesSummary : IMessage<CreateTimeSeriesSummary>, IEquatable<CreateTimeSeriesSummary>, IDeepCloneable<CreateTimeSeriesSummary>, IBufferMessage, IMessage
Summary of the result of a failed request to write data to a time series.
[[["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-04-17 UTC."],[[["The latest version available is 3.15.0, as indicated by the link labeled \"(latest)\" in the version list."],["This document provides an overview of the `CreateTimeSeriesSummary` class within the `Google.Cloud.Monitoring.V3` namespace, which is part of the Google Cloud Monitoring .NET library, in version 2.4.0."],["`CreateTimeSeriesSummary` is used to report the results of a request that attempted to write data to a time series, including details about successes and errors."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message representation, equality checking, deep cloning, and buffer message handling."],["The class has properties to track `SuccessPointCount`, `TotalPointCount`, and a list of `Errors`, allowing users to see how many data points were written successfully, the total number of data points in the request, and any errors encountered, respectively."]]],[]]