Class VisualizationData
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class VisualizationData : IDirectResponseSchema
Properties
DataSourceEndToken
The token signifying the end of a data_source.
Declaration
[JsonProperty("dataSourceEndToken")]
public virtual string DataSourceEndToken { get; set; }
Property Value
Type | Description |
---|---|
string |
DataSourceSeparatorToken
The token delimiting a datasource name from the rest of a key in a data_source.
Declaration
[JsonProperty("dataSourceSeparatorToken")]
public virtual string DataSourceSeparatorToken { get; set; }
Property Value
Type | Description |
---|---|
string |
DiagnosticMessages
The list of messages (info, alerts, ...)
Declaration
[JsonProperty("diagnosticMessages")]
public virtual IList<DiagnosticMessage> DiagnosticMessages { get; set; }
Property Value
Type | Description |
---|---|
IList<DiagnosticMessage> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndKeyStrings
We discretize the entire keyspace into buckets. Assuming each bucket has an inclusive keyrange and covers keys from k(i) ... k(n). In this case k(n) would be an end key for a given range. end_key_string is the collection of all such end keys
Declaration
[JsonProperty("endKeyStrings")]
public virtual IList<string> EndKeyStrings { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
HasPii
Whether this scan contains PII.
Declaration
[JsonProperty("hasPii")]
public virtual bool? HasPii { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IndexedKeys
Keys of key ranges that contribute significantly to a given metric Can be thought of as heavy hitters.
Declaration
[JsonProperty("indexedKeys")]
public virtual IList<string> IndexedKeys { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
KeySeparator
The token delimiting the key prefixes.
Declaration
[JsonProperty("keySeparator")]
public virtual string KeySeparator { get; set; }
Property Value
Type | Description |
---|---|
string |
KeyUnit
The unit for the key: e.g. 'key' or 'chunk'.
Declaration
[JsonProperty("keyUnit")]
public virtual string KeyUnit { get; set; }
Property Value
Type | Description |
---|---|
string |
Metrics
The list of data objects for each metric.
Declaration
[JsonProperty("metrics")]
public virtual IList<Metric> Metrics { get; set; }
Property Value
Type | Description |
---|---|
IList<Metric> |
PrefixNodes
The list of extracted key prefix nodes used in the key prefix hierarchy.
Declaration
[JsonProperty("prefixNodes")]
public virtual IList<PrefixNode> PrefixNodes { get; set; }
Property Value
Type | Description |
---|---|
IList<PrefixNode> |