azure-messaging-eventhubs
Loading...
Searching...
No Matches
Public Attributes | List of all members
Azure::Messaging::EventHubs::Models::EventHubPartitionProperties Struct Referencefinal

EventHubPartitionProperties represents properties of an Event Hub partition.

#include <management_models.hpp>

Public Attributes

std::string Name
 
std::string PartitionId
 
int64_t BeginningSequenceNumber {}
 
int64_t LastEnqueuedSequenceNumber {}
 
std::string LastEnqueuedOffset
 
Azure::DateTime LastEnqueuedTimeUtc
 
bool IsEmpty {}
 

Member Data Documentation

◆ BeginningSequenceNumber

int64_t Azure::Messaging::EventHubs::Models::EventHubPartitionProperties::BeginningSequenceNumber {}

The first sequence number available for events in the partition.

◆ IsEmpty

bool Azure::Messaging::EventHubs::Models::EventHubPartitionProperties::IsEmpty {}

Indicates whether or not the partition is currently empty.

◆ LastEnqueuedOffset

std::string Azure::Messaging::EventHubs::Models::EventHubPartitionProperties::LastEnqueuedOffset

The offset of the last observed event to be enqueued in the partition

◆ LastEnqueuedSequenceNumber

int64_t Azure::Messaging::EventHubs::Models::EventHubPartitionProperties::LastEnqueuedSequenceNumber {}

The sequence number of the last observed event to be enqueued in the partition.

◆ LastEnqueuedTimeUtc

Azure::DateTime Azure::Messaging::EventHubs::Models::EventHubPartitionProperties::LastEnqueuedTimeUtc

The date and time, in UTC, that the last observed event was enqueued in the partition.

◆ Name

std::string Azure::Messaging::EventHubs::Models::EventHubPartitionProperties::Name

The name of the Event Hub where the partitions reside, specific to the Event Hubs namespace that contains it.

◆ PartitionId

std::string Azure::Messaging::EventHubs::Models::EventHubPartitionProperties::PartitionId

THe identifier of the partition, unique to the Event Hub which contains it.


The documentation for this struct was generated from the following file: