Show / Hide Table of Contents

Class ModValue

Returns the value and associated metadata for a particular field of the Mod.

Inheritance
object
ModValue
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX