Class TransactionContext
Storage information pertaining to the transaction with which a HistoryRecord is associated.
Inheritance
System.Object
TransactionContext
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.Nullable<System.UInt64> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.UInt64> |
WriteTimestampUs
The microsecond timestamp of the transaction.
Declaration
[JsonProperty("writeTimestampUs")]
public virtual long? WriteTimestampUs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Implements
Google.Apis.Requests.IDirectResponseSchema