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 webpage provides documentation for the `CreateTimeSeriesSummary` class within the Google Cloud Monitoring v3 API for .NET, spanning versions from 2.3.0 to the latest 3.15.0."],["The `CreateTimeSeriesSummary` class is used to summarize the outcome of a request to write data to a time series, detailing the success and failure metrics."],["Key properties of the `CreateTimeSeriesSummary` class include `Errors` which is a list of errors, `SuccessPointCount` which is an integer showing how many data points were successful and `TotalPointCount` which is an integer representing the number of data points in the request."],["The `CreateTimeSeriesSummary` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The documentation includes constructors, properties and their description, and version history of the `CreateTimeSeriesSummary` class within the Google Cloud Monitoring v3 API."]]],[]]