public sealed class Entry : IMessage<MutateRowsResponse.Types.Entry>, IEquatable<MutateRowsResponse.Types.Entry>, IDeepCloneable<MutateRowsResponse.Types.Entry>, IBufferMessage, IMessage
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."],[[["The webpage documents the `Entry` class within the `Google.Cloud.Bigtable.V2` namespace, specifically as part of `MutateRowsResponse.Types`."],["`Entry` represents the outcome of applying a mutation, from the original request, and its implementations include `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Entry` class provides two constructors, `Entry()` and `Entry(MutateRowsResponse.Types.Entry)`, for creating instances, and it has two main properties: `Index`, which is a long value and `Status` which shows the status of the request."],["The latest version documented is 3.17.0, however, the version of the class page appears to be for 2.4.0, and there are many other previous versions also listed, back to 2.2.0."],["Users can access information about inherited members like `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`, which are part of the `Object` class."]]],[]]