public sealed class TransactionOptions.Types.ReadOnly : IMessage<TransactionOptions.Types.ReadOnly>, IEquatable<TransactionOptions.Types.ReadOnly>, IDeepCloneable<TransactionOptions.Types.ReadOnly>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class TransactionOptions.Types.ReadOnly.
This must be a microsecond precision timestamp within the past one hour,
or if Point-in-Time Recovery is enabled, can additionally be a whole
minute timestamp within the past 7 days.
[[["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."],[[["This webpage provides documentation for the `TransactionOptions.Types.ReadOnly` class within the Google Cloud Datastore V1 API for .NET, offering reference materials and code samples."],["The `TransactionOptions.Types.ReadOnly` class is designed for specifying options for read-only transactions in the Google Cloud Datastore, and is accessible in multiple versions from 3.2.0 up to 4.15.0."],["The class inherits from the base `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `ReadTime` property, allowing entities to be read at a specified microsecond timestamp within the past hour, or a whole minute timestamp within the past seven days if point-in-time recovery is enabled."],["The document covers `TransactionOptions.Types.ReadOnly` constructors and their specific parameters."]]],[]]