minimumPublishTime property

String? minimumPublishTime
getter/setter pair

The minimum publish timestamp across these messages.

Note that publish timestamps within a partition are not guaranteed to be non-decreasing. The timestamp will be unset if there are no messages.

Implementation

core.String? minimumPublishTime;