public sealed class CreateTimeSeriesSummary : IMessage<CreateTimeSeriesSummary>, IEquatable<CreateTimeSeriesSummary>, IDeepCloneable<CreateTimeSeriesSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class CreateTimeSeriesSummary.
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 document provides reference information for the `CreateTimeSeriesSummary` class within the Google Cloud Monitoring v3 API for .NET, detailing its properties, constructors, inheritance, and implementation of various interfaces."],["The latest version documented is 3.15.0, while the currently viewed version is 3.13.0, and the documentation includes versions ranging from 2.3.0 to 3.15.0 for the `CreateTimeSeriesSummary`."],["`CreateTimeSeriesSummary` is designed to summarize the result of a request to write data to a time series, including the count of successful and total points as well as errors."],["The class `CreateTimeSeriesSummary` inherits from [object](https://learn.microsoft.com/dotnet/api/system.object) and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with the Protobuf library and .NET functionality."],["The class offers properties like `Errors`, `SuccessPointCount`, and `TotalPointCount`, providing insights into the number of failed points, successful points, and the total points involved in the data write operation."]]],[]]