Class ModValue
Returns the value and associated metadata for a particular field of the Mod.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ModValue : IDirectResponseSchema
Properties
ColumnMetadataIndex
Index within the repeated column_metadata field, to obtain the column metadata for the column that was modified.
Declaration
[JsonProperty("columnMetadataIndex")]
public virtual int? ColumnMetadataIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value of the column.
Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |