Class ShortRepresentation
Condensed representation of a node and its subtree. Only present for SCALAR PlanNode(s).
Inheritance
System.Object
ShortRepresentation
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ShortRepresentation : IDirectResponseSchema
Properties
Description
A string representation of the expression subtree rooted at this node.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Subqueries
A mapping of (subquery variable name) -> (subquery node id) for cases where the description string
of this node references a SCALAR subquery contained in the expression subtree rooted at this node. The
referenced SCALAR subquery may not necessarily be a direct child of this node.
Declaration
[JsonProperty("subqueries")]
public virtual IDictionary<string, int?> Subqueries { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, System.Nullable<System.Int32>> |