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 reference documentation for the `CreateTimeSeriesSummary` class within the Google Cloud Monitoring v3 API, specifically for .NET development."],["The `CreateTimeSeriesSummary` class is used to summarize the outcome of writing data to a time series, including the number of successful and failed data points."],["The page details various versions of the API, ranging from 2.3.0 to the latest 3.15.0, along with the 3.9.0 version, which is the current version of this page."],["The `CreateTimeSeriesSummary` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`CreateTimeSeriesSummary` has three properties, `Errors`, `SuccessPointCount`, and `TotalPointCount`, which provide information about failed point write attempts, the amount of successful writes, and total point counts in a request."]]],[]]