void SetSize( qUnsignedInt32 size );
Name | Description | |
---|---|---|
in | size | The maximum number of pieces of content to get. |
Sets the maximum number of pieces of content to get.
The initial value is 20
. Up to SubscriberConstants::MAX_TOPIC_CONTENT_SIZE
pieces of content can be stored in a single topic. As a result, only SubscriberConstants::MAX_TOPIC_CONTENT_SIZE
pieces of content will be retrieved even if you specify a value larger than SubscriberConstants::MAX_TOPIC_CONTENT_SIZE
.
CONFIDENTIAL