public sealed class MutateRowsResponse.Types.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 webpage provides reference documentation for the `MutateRowsResponse.Types.Entry` class within the Google Bigtable v2 API for .NET."],["The `MutateRowsResponse.Types.Entry` class represents the result of applying a mutation in a Bigtable request."],["The latest version available is 3.17.0, and the webpage provides access to versions ranging from 3.17.0 down to 2.2.0."],["The `MutateRowsResponse.Types.Entry` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Index` property is a long and represents the index of the request entry and the `Status` property holds the result of the request entry, potentially containing errors."]]],[]]