public sealed class CreateTimeSeriesSummary : IMessage<CreateTimeSeriesSummary>, IEquatable<CreateTimeSeriesSummary>, IDeepCloneable<CreateTimeSeriesSummary>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available is 3.15.0, as indicated by the link labeled "(latest)" in the version list.\u003c/p\u003e\n"],["\u003cp\u003eThis document provides an overview of the \u003ccode\u003eCreateTimeSeriesSummary\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Monitoring.V3\u003c/code\u003e namespace, which is part of the Google Cloud Monitoring .NET library, in version 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateTimeSeriesSummary\u003c/code\u003e is used to report the results of a request that attempted to write data to a time series, including details about successes and errors.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities like message representation, equality checking, deep cloning, and buffer message handling.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties to track \u003ccode\u003eSuccessPointCount\u003c/code\u003e, \u003ccode\u003eTotalPointCount\u003c/code\u003e, and a list of \u003ccode\u003eErrors\u003c/code\u003e, allowing users to see how many data points were written successfully, the total number of data points in the request, and any errors encountered, respectively.\u003c/p\u003e\n"]]],[],null,[]]