You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current python event hub client, there's no get_partition_info method which returns Event Hub partition information. Other languages support this method.
The method signature should be: def get_partition_info(partition) which accepts a parition id (str type) and it should return the following information of the specified partition:
hub_path
partition_id
beginning_sequence_number
last_sequence_number
last_enqueued_offset
last_enqueued_time_utc
type
The text was updated successfully, but these errors were encountered:
In current python event hub client, there's no get_partition_info method which returns Event Hub partition information. Other languages support this method.
The method signature should be:
def get_partition_info(partition)
which accepts a parition id (str type) and it should return the following information of the specified partition:The text was updated successfully, but these errors were encountered: