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-03-21 UTC."],[[["This webpage details the `CreateTimeSeriesSummary` class, which is part of the Google Cloud Monitoring V3 .NET library, specifically within version 2.5.0, with the newest version being 3.15.0."],["The `CreateTimeSeriesSummary` class represents a summary of the results of a time series write request, detailing the success and failure points."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protocol Buffers ecosystem."],["The class includes properties to track the number of successful points (`SuccessPointCount`), the total number of points in the request (`TotalPointCount`), and any errors encountered (`Errors`)."],["The list of previous versions, from 2.3.0 to 3.14.0, are also provided as links, including the most up-to-date version being 3.15.0."]]],[]]