Class MaterializedViewStatus
Status of a materialized view. The last refresh timestamp status is omitted here, but is present in the MaterializedViewDefinition message.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class MaterializedViewStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastRefreshStatus
Output only. Error result of the last automatic refresh. If present, indicates that the last automatic refresh was unsuccessful.
Declaration
[JsonProperty("lastRefreshStatus")]
public virtual ErrorProto LastRefreshStatus { get; set; }
Property Value
Type | Description |
---|---|
ErrorProto |
RefreshWatermark
object representation of RefreshWatermarkRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RefreshWatermarkDateTimeOffset instead.")]
public virtual object RefreshWatermark { get; set; }
Property Value
Type | Description |
---|---|
object |
RefreshWatermarkDateTimeOffset
DateTimeOffset representation of RefreshWatermarkRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RefreshWatermarkDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
RefreshWatermarkRaw
Output only. Refresh watermark of materialized view. The base tables' data were collected into the materialized view cache until this time.
Declaration
[JsonProperty("refreshWatermark")]
public virtual string RefreshWatermarkRaw { get; set; }
Property Value
Type | Description |
---|---|
string |