Class ReadOnly
Options specific to read-only transactions.
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class ReadOnly : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReadTime
Reads entities at the given time. This may not be older than 60 seconds.
Declaration
[JsonProperty("readTime")]
public virtual object ReadTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |