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
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 |
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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
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
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 |