5#include <azure/core/datetime.hpp>
11namespace Azure {
namespace Messaging {
namespace EventHubs {
namespace Models {
52 std::ostream& operator<<(std::ostream&, EventHubPartitionProperties
const&);
EventHubPartitionProperties represents properties of an Event Hub partition.
Definition management_models.hpp:30
bool IsEmpty
Definition management_models.hpp:50
std::string Name
Definition management_models.hpp:33
std::string PartitionId
Definition management_models.hpp:36
int64_t LastEnqueuedSequenceNumber
Definition management_models.hpp:42
Azure::DateTime LastEnqueuedTimeUtc
Definition management_models.hpp:47
int64_t BeginningSequenceNumber
Definition management_models.hpp:40
int64_t LastEnqueuedOffset
Definition management_models.hpp:44
EventHubProperties represents properties of the Event Hub, like the number of partitions.
Definition management_models.hpp:16
std::vector< std::string > PartitionIds
A list of the partitions in the Event Hub.
Definition management_models.hpp:23
std::string Name
The name of the Event Hub.
Definition management_models.hpp:20
Azure::DateTime CreatedOn
Time when the Event Hub was created.
Definition management_models.hpp:18