Class GetIoTHubEventSourceResult


  • public final class GetIoTHubEventSourceResult
    extends java.lang.Object
    • Method Detail

      • consumerGroupName

        public java.lang.String consumerGroupName()
        Returns:
        The name of the iot hub's consumer group that holds the partitions from which events will be read.
      • creationTime

        public java.lang.String creationTime()
        Returns:
        The time the resource was created.
      • eventSourceResourceId

        public java.lang.String eventSourceResourceId()
        Returns:
        The resource id of the event source in Azure Resource Manager.
      • id

        public java.lang.String id()
        Returns:
        Resource Id
      • iotHubName

        public java.lang.String iotHubName()
        Returns:
        The name of the iot hub.
      • keyName

        public java.lang.String keyName()
        Returns:
        The name of the Shared Access Policy key that grants the Time Series Insights service access to the iot hub. This shared access policy key must grant 'service connect' permissions to the iot hub.
      • kind

        public java.lang.String kind()
        Returns:
        The kind of the event source. Expected value is 'Microsoft.IoTHub'.
      • localTimestamp

        public java.util.Optional<LocalTimestampResponse> localTimestamp()
        Returns:
        An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events.
      • location

        public java.lang.String location()
        Returns:
        Resource location
      • name

        public java.lang.String name()
        Returns:
        Resource name
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        Provisioning state of the resource.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags
      • time

        public java.util.Optional<java.lang.String> time()
        Returns:
        ISO8601 UTC datetime with seconds precision (milliseconds are optional), specifying the date and time that will be the starting point for Events to be consumed.
      • timestampPropertyName

        public java.util.Optional<java.lang.String> timestampPropertyName()
        Returns:
        The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used.
      • type

        public java.lang.String type()
        Returns:
        Resource type