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 structure, properties, and usage."],["The `CreateTimeSeriesSummary` class, part of the `Google.Cloud.Monitoring.V3` namespace, is used to summarize the outcome of requests made to write data to a time series."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and equality comparisons."],["Key properties of the `CreateTimeSeriesSummary` class include `Errors` (detailing failed writes), `SuccessPointCount`, and `TotalPointCount`, indicating the outcome of the data writing operation."],["This API documentation lists the different versions of `CreateTimeSeriesSummary` available, from version 3.0.0 up to the latest 3.15.0."]]],[]]