4#include "partition_client_models.hpp"
8namespace Azure {
namespace Messaging {
namespace EventHubs {
namespace Models {
StartPosition indicates the position to start receiving events within a partition....
Definition partition_client_models.hpp:18
StartPositions are used if there is no checkpoint for a partition in the checkpoint store.
Definition processor_models.hpp:14
std::map< std::string, StartPosition > PerPartition
PerPartition controls the start position for a specific partition, by partition ID....
Definition processor_models.hpp:19
StartPosition Default
Default is used if the partition is not found in the PerPartition map.
Definition processor_models.hpp:23