Properties of a Value.
Package
@google-cloud/spanner!Properties
boolValue
boolValue
?:
(
boolean
|
null
);
Value boolValue
Type | Description |
---|---|
(boolean|null) |
listValue
listValue
?:
(
google
.
protobuf
.
IListValue
|
null
);
Value listValue
Type | Description |
---|---|
( google.protobuf.IListValue |null) |
nullValue
nullValue
?:
(
google
.
protobuf
.
NullValue
|
keyof
typeof
google
.
protobuf
.
NullValue
|
null
);
Value nullValue
Type | Description |
---|---|
( google.protobuf.NullValue |keyof typeof google.protobuf.NullValue |null) |
numberValue
numberValue
?:
(
number
|
null
);
Value numberValue
Type | Description |
---|---|
(number|null) |
stringValue
stringValue
?:
(
string
|
null
);
Value stringValue
Type | Description |
---|---|
(string|null) |
structValue
structValue
?:
(
google
.
protobuf
.
IStruct
|
null
);
Value structValue
Type | Description |
---|---|
( google.protobuf.IStruct |null) |