Class EventHubRuntimeInformation

    • Constructor Detail

      • EventHubRuntimeInformation

        public EventHubRuntimeInformation​(String path,
                                          Instant createdAt,
                                          int partitionCount,
                                          String[] partitionIds)
    • Method Detail

      • getPath

        public String getPath()
        Event Hub name
        Returns:
        name
      • getCreatedAt

        public Instant getCreatedAt()
        Time at which Event Hub was created at.
        Returns:
        created time
      • getPartitionCount

        public int getPartitionCount()
        Number of partitions in the Event Hub.
        Returns:
        partition count
      • getPartitionIds

        public String[] getPartitionIds()
        List of Partition identifiers of the Event Hub.
        Returns:
        partition identifiers