Class IncrementalResultStats
Statistics related to Incremental Query Results. Populated as part of JobStatistics2. This feature is not yet available.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class IncrementalResultStats : IDirectResponseSchema
Properties
DisabledReason
Output only. Reason why incremental query results are/were not written by the query.
Declaration
[JsonProperty("disabledReason")]
public virtual string DisabledReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisabledReasonDetails
Output only. Additional human-readable clarification, if available, for DisabledReason.
Declaration
[JsonProperty("disabledReasonDetails")]
public virtual string DisabledReasonDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FirstIncrementalRowTime
object representation of FirstIncrementalRowTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FirstIncrementalRowTimeDateTimeOffset instead.")]
public virtual object FirstIncrementalRowTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
FirstIncrementalRowTimeDateTimeOffset
DateTimeOffset representation of FirstIncrementalRowTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? FirstIncrementalRowTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
FirstIncrementalRowTimeRaw
Output only. The time at which the first incremental result was written. If the query needed to restart internally, this only describes the final attempt.
Declaration
[JsonProperty("firstIncrementalRowTime")]
public virtual string FirstIncrementalRowTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IncrementalRowCount
Output only. Number of rows that were in the latest result set before query completion.
Declaration
[JsonProperty("incrementalRowCount")]
public virtual long? IncrementalRowCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
LastIncrementalRowTime
object representation of LastIncrementalRowTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastIncrementalRowTimeDateTimeOffset instead.")]
public virtual object LastIncrementalRowTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
LastIncrementalRowTimeDateTimeOffset
DateTimeOffset representation of LastIncrementalRowTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastIncrementalRowTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
LastIncrementalRowTimeRaw
Output only. The time at which the last incremental result was written. Does not include the final result written after query completion.
Declaration
[JsonProperty("lastIncrementalRowTime")]
public virtual string LastIncrementalRowTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResultSetLastModifyTime
object representation of ResultSetLastModifyTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ResultSetLastModifyTimeDateTimeOffset instead.")]
public virtual object ResultSetLastModifyTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ResultSetLastModifyTimeDateTimeOffset
DateTimeOffset representation of ResultSetLastModifyTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ResultSetLastModifyTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ResultSetLastModifyTimeRaw
Output only. The time at which the result table's contents were modified. May be absent if no results have been written or the query has completed.
Declaration
[JsonProperty("resultSetLastModifyTime")]
public virtual string ResultSetLastModifyTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResultSetLastReplaceTime
object representation of ResultSetLastReplaceTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ResultSetLastReplaceTimeDateTimeOffset instead.")]
public virtual object ResultSetLastReplaceTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ResultSetLastReplaceTimeDateTimeOffset
DateTimeOffset representation of ResultSetLastReplaceTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ResultSetLastReplaceTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ResultSetLastReplaceTimeRaw
Output only. The time at which the result table's contents were completely replaced. May be absent if no results have been written or the query has completed.
Declaration
[JsonProperty("resultSetLastReplaceTime")]
public virtual string ResultSetLastReplaceTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |