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 details the `Entry` class within the `Google.Cloud.Bigtable.V2` namespace, specifically in version 2.5.0, which is a part of the Google Cloud Bigtable library for .NET."],["`Entry` is a class representing the result of applying a mutation from a request and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Entry` class provides two constructors: a default constructor and one that accepts another `MutateRowsResponse.Types.Entry` as a parameter."],["The class contains two properties, `Index` (an `Int64`) representing the original request entry and `Status` a `Status` type holding any errors."],["This page also contains a list of previous versions of this type, as well as a link to the latest version."]]],[]]