Show / Hide Table of Contents

Class StructType

StructType defines the fields of a STRUCT type.

Inheritance
object
StructType
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 StructType : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Fields

The list of fields that make up this struct. Order is significant, because values of this struct type are represented as lists, where the order of field values matches the order of fields in the StructType. In turn, the order of fields matches the order of columns in a read request, or the order of fields in the SELECT clause of a query.

Declaration
[JsonProperty("fields")]
public virtual IList<Field> Fields { get; set; }
Property Value
Type Description
IList<Field>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX