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."],[[["The `CreateTimeSeriesSummary` class in the Google Cloud Monitoring v3 API provides a summary of the results from a request to write data to a time series, including the count of successful and failed points."],["Version 3.15.0 is the latest version of the Google.Cloud.Monitoring.V3 library available in the documentation provided, while version 3.4.0 is the one the current page specifically focuses on."],["The class `CreateTimeSeriesSummary` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["The class has properties including `Errors`, which is a list of error objects, `SuccessPointCount`, and `TotalPointCount`, all of which provide insight into the success and failure of writing data to a time series."]]],[]]