MaterializedViewStatus class

Status of a materialized view.

The last refresh timestamp status is omitted here, but is present in the MaterializedViewDefinition message.

Constructors

MaterializedViewStatus({ErrorProto? lastRefreshStatus, String? refreshWatermark})
MaterializedViewStatus.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
lastRefreshStatus ErrorProto?
Error result of the last automatic refresh.
getter/setter pair
refreshWatermark String?
Refresh watermark of materialized view.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited