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, detailing its structure, properties, and usage."],["The latest version available is 3.15.0, and the page lists various historical versions of the API, going back to 2.3.0, allowing developers to navigate to specific version documentation."],["The `CreateTimeSeriesSummary` class, derived from multiple interfaces, is used to summarize the result of requests to write time series data, with details about successful and failed data points."],["Key properties of `CreateTimeSeriesSummary` include `Errors` (a list of errors encountered), `SuccessPointCount` (number of successfully written points), and `TotalPointCount` (the total number of points in the request)."],["The page documents the constructors of `CreateTimeSeriesSummary`, including a parameterless one and one that accepts another `CreateTimeSeriesSummary` instance for cloning."]]],[]]