Show / Hide Table of Contents

Class TransactionContext

Storage information pertaining to the transaction with which a HistoryRecord is associated.

Inheritance
object
TransactionContext
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class TransactionContext : IDirectResponseSchema

Properties

EndingRecordId

The last HistoryRecord of the transaction. Note that this may correspond to a record that is filtered by Tingle (and thus not returned to the client). See http://b/9513464.

Declaration
[JsonProperty("endingRecordId")]
public virtual ulong? EndingRecordId { get; set; }
Property Value
Type Description
ulong?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StartingRecordId

The first HistoryRecord of the transaction. Note that this may be a record of type INTERNAL.

Declaration
[JsonProperty("startingRecordId")]
public virtual ulong? StartingRecordId { get; set; }
Property Value
Type Description
ulong?

WriteTimestampUs

The microsecond timestamp of the transaction.

Declaration
[JsonProperty("writeTimestampUs")]
public virtual long? WriteTimestampUs { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX