public sealed class TransactionOptions.Types.ReadWrite : IMessage<TransactionOptions.Types.ReadWrite>, IEquatable<TransactionOptions.Types.ReadWrite>, IDeepCloneable<TransactionOptions.Types.ReadWrite>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class TransactionOptions.Types.ReadWrite.
Options for a transaction that can be used to read and write documents.
[[["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-06-12 UTC."],[[["This page provides documentation for the `TransactionOptions.Types.ReadWrite` class within the Google Cloud Firestore V1 API for .NET."],["`TransactionOptions.Types.ReadWrite` allows for transactions that include the ability to both read and write documents."],["The content outlines the class's inheritance, implemented interfaces (such as `IMessage`, `IEquatable`, and `IDeepCloneable`), and methods, as well as listing various previous versions."],["The class contains a `RetryTransaction` property of type `ByteString`, allowing for an optional transaction to be retried."],["The documentation covers the constructors for this class, including the default parameterless constructor, and the constructor allowing you to provide an already existing `TransactionOptions.Types.ReadWrite` object as a parameter."]]],[]]