ZIMMessageQueryConfig class

Example Query message configuration.

Constructors

ZIMMessageQueryConfig()

Properties

count int
Description: Number of query messages. The default value is 0.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nextMessage ZIMMessage?
Description: Query the anchor point of the message. Required: This parameter is not required for the first query but is required for subsequent paging queries. Default value: The default value is nil.
getter/setter pair
reverse bool
Description: Indicates whether the query is in reverse order. The default value is NO.
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
toString() String
A string representation of this object.
inherited

Operators

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