Properties of a ReadRequest.
Package
@google-cloud/spanner!Properties
columns
columns?: (string[]|null);ReadRequest columns
| Type | Description |
|---|---|
| (string[]|null) |
index
index?: (string|null);ReadRequest index
| Type | Description |
|---|---|
| (string|null) |
keySet
keySet?: (google.spanner.v1.IKeySet|null);ReadRequest keySet
| Type | Description |
|---|---|
| (google.spanner.v1.IKeySet|null) |
limit
limit?: (number|Long|string|null);ReadRequest limit
| Type | Description |
|---|---|
| (number|Long|string|null) |
partitionToken
partitionToken?: (Uint8Array|string|null);ReadRequest partitionToken
| Type | Description |
|---|---|
| (Uint8Array|string|null) |
requestOptions
requestOptions?: (google.spanner.v1.IRequestOptions|null);ReadRequest requestOptions
| Type | Description |
|---|---|
| (google.spanner.v1.IRequestOptions|null) |
resumeToken
resumeToken?: (Uint8Array|string|null);ReadRequest resumeToken
| Type | Description |
|---|---|
| (Uint8Array|string|null) |
session
session?: (string|null);ReadRequest session
| Type | Description |
|---|---|
| (string|null) |
table
table?: (string|null);ReadRequest table
| Type | Description |
|---|---|
| (string|null) |
transaction
transaction?: (google.spanner.v1.ITransactionSelector|null);ReadRequest transaction
| Type | Description |
|---|---|
| (google.spanner.v1.ITransactionSelector|null) |