Class IndexAdvice
Recommendation to add new indexes to run queries more efficiently.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class IndexAdvice : IDirectResponseSchema
Properties
Ddl
Optional. DDL statements to add new indexes that will improve the query.
Declaration
[JsonProperty("ddl")]
public virtual IList<string> Ddl { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImprovementFactor
Optional. Estimated latency improvement factor. For example if the query currently takes 500 ms to run and the estimated latency with new indexes is 100 ms this field will be 5.
Declaration
[JsonProperty("improvementFactor")]
public virtual double? ImprovementFactor { get; set; }
Property Value
Type | Description |
---|---|
double? |