Interface protos.google.spanner.v1.IType

Properties of a Type.

Package

@google-cloud/spanner!

Properties

arrayElementType

arrayElementType?: (google.spanner.v1.IType|null);

Type arrayElementType

Property Value
TypeDescription
(google.spanner.v1.IType|null)

code

code?: (google.spanner.v1.TypeCode|keyof typeof google.spanner.v1.TypeCode|null);

Type code

Property Value
TypeDescription
(google.spanner.v1.TypeCode|keyof typeof google.spanner.v1.TypeCode|null)

structType

structType?: (google.spanner.v1.IStructType|null);

Type structType

Property Value
TypeDescription
(google.spanner.v1.IStructType|null)