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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","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 in version 2.5.0, which is a part of the Google Cloud Bigtable library for .NET.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEntry\u003c/code\u003e is a class representing the result of applying a mutation from a request and it implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntry\u003c/code\u003e class provides two constructors: a default constructor and one that accepts another \u003ccode\u003eMutateRowsResponse.Types.Entry\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two properties, \u003ccode\u003eIndex\u003c/code\u003e (an \u003ccode\u003eInt64\u003c/code\u003e) representing the original request entry and \u003ccode\u003eStatus\u003c/code\u003e a \u003ccode\u003eStatus\u003c/code\u003e type holding any errors.\u003c/p\u003e\n"],["\u003cp\u003eThis page also contains a list of previous versions of this type, as well as a link to the latest version.\u003c/p\u003e\n"]]],[],null,[]]