SelectObjectContentEventStream class
The container for selecting objects from a content event stream.
Constructors
- SelectObjectContentEventStream(ContinuationEvent? cont, EndEvent? end, ProgressEvent? progress, RecordsEvent? records, StatsEvent? stats)
- SelectObjectContentEventStream.fromXml(XmlElement xml)
Properties
- cont ↔ ContinuationEvent?
-
The Continuation Event.
getter/setter pair
- end ↔ EndEvent?
-
The End Event.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- progress ↔ ProgressEvent?
-
The Progress Event.
getter/setter pair
- records ↔ RecordsEvent?
-
The Records Event.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stats ↔ StatsEvent?
-
The Stats Event.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXml(
) → XmlNode
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited