Class MetricMatrix
A message representing a matrix of floats.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class MetricMatrix : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rows
The rows of the matrix.
Declaration
[JsonProperty("rows")]
public virtual IList<MetricMatrixRow> Rows { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<MetricMatrixRow> |