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-08-12 UTC."],[[["\u003cp\u003eThe webpage details the \u003ccode\u003eEntry\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, specifically version 2.3.0 of the library, which is a component of the \u003ccode\u003eMutateRowsResponse.Types\u003c/code\u003e used for managing Bigtable operations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEntry\u003c/code\u003e represents the outcome of a single mutation applied in a \u003ccode\u003eMutateRows\u003c/code\u003e request and includes information such as the index of the original request and the corresponding status of each operation performed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntry\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, extending its functionality and ensuring compatibility within the Google Cloud environment.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides two constructors, one default and another which accepts an existing \u003ccode\u003eEntry\u003c/code\u003e object to create a new instance, and exposes the \u003ccode\u003eIndex\u003c/code\u003e and \u003ccode\u003eStatus\u003c/code\u003e properties to manage the specific entry within a batch operation.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage provides a comprehensive list of the different versions of the dotnet library, allowing for access to each version's \u003ccode\u003eEntry\u003c/code\u003e documentation, ranging from 2.2.0 up to the latest 3.17.0.\u003c/p\u003e\n"]]],[],null,[]]