Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IoTHubStreamInputDataSource

Package version

Describes an IoT Hub input data source that contains stream data.

Hierarchy

  • IoTHubStreamInputDataSource

Index

Properties

Optional consumerGroupName

consumerGroupName: undefined | string

The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group.

Optional endpoint

endpoint: undefined | string

The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.).

Optional iotHubNamespace

iotHubNamespace: undefined | string

The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.

Optional sharedAccessPolicyKey

sharedAccessPolicyKey: undefined | string

The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

Optional sharedAccessPolicyName

sharedAccessPolicyName: undefined | string

The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests.

type

type: "Microsoft.Devices/IotHubs"

Polymorphic Discriminator

Generated using TypeDoc