public sealed class Entry : IMessage<MutateRowsResponse.Types.Entry>, IEquatable<MutateRowsResponse.Types.Entry>, IDeepCloneable<MutateRowsResponse.Types.Entry>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class MutateRowsResponse.Types.Entry.
The result of applying a passed mutation in the original request.
The result of the request Entry identified by index.
Depending on how requests are batched during execution, it is possible
for one Entry to fail due to an error with another Entry. In the event
that this occurs, the same error will be reported for both entries.
[[["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 document provides reference documentation for the `MutateRowsResponse.Types.Entry` class within the Google Bigtable v2 API, detailing its structure and usage."],["The latest version available for the `MutateRowsResponse.Types.Entry` class is 3.17.0, with a history of prior versions dating back to 2.2.0 accessible via the links."],["The `Entry` class is responsible for representing the outcome of applying a mutation, as indicated in the original request, and is implemented using multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Entry` class includes two main properties: `Index`, which is a long integer indicating the position of the original request's `entries` list, and `Status`, which represents the outcome of the request for the given entry."],["The documentation shows that there are two constructors available for the Entry class: a default public `Entry()` and one that takes another `MutateRowsResponse.Types.Entry` as an argument."]]],[]]