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-04-17 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 attempts to write data to a time series, indicating both successful and failed operations."],["The latest version documented is 3.15.0, with versions back to 2.3.0 also available, showing different version references of this API."],["Key properties of the `CreateTimeSeriesSummary` class include `Errors` (for details on failed points), `SuccessPointCount`, and `TotalPointCount`."],["The class inherits from object and implements multiple interfaces, such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, offering various functionalities."]]],[]]