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 version 2.3.0 of the library, which is a component of the `MutateRowsResponse.Types` used for managing Bigtable operations."],["`Entry` represents the outcome of a single mutation applied in a `MutateRows` request and includes information such as the index of the original request and the corresponding status of each operation performed."],["The `Entry` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and ensuring compatibility within the Google Cloud environment."],["This class provides two constructors, one default and another which accepts an existing `Entry` object to create a new instance, and exposes the `Index` and `Status` properties to manage the specific entry within a batch operation."],["The webpage provides a comprehensive list of the different versions of the dotnet library, allowing for access to each version's `Entry` documentation, ranging from 2.2.0 up to the latest 3.17.0."]]],[]]