azure-messaging-eventhubs
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Azure::Messaging::EventHubs::Models::Ownership Class Referencefinal

Ownership tracks which consumer owns a particular partition.

#include <checkpoint_store_models.hpp>

Public Member Functions

std::string GetOwnershipName () const
 The blob storage name for this ownership.
 
std::string GetOwnershipPrefixName () const
 The blob storage name prefix for this ownership.
 

Public Attributes

std::string ConsumerGroup
 The consumer group name.
 
std::string EventHubName
 The event hub name.
 
std::string FullyQualifiedNamespace
 The fully qualified namespace for the event hub.
 
std::string PartitionId {}
 The partition ID for the corresponding ownership.
 
std::string OwnerId {}
 The owner ID for the corresponding ownership.
 
Azure::Nullable< Azure::ETag > ETag {}
 the ETag, used when attempting to claim or update ownership of a partition.
 
Azure::Nullable< Azure::DateTime > LastModifiedTime {}
 The last modified time for the corresponding ownership. Used to calculate if ownership has expired.
 

The documentation for this class was generated from the following files: