IotHubDataConnection |
IotHubDataConnection.withConsumerGroup(String consumerGroup) |
Set the consumerGroup property: The iot hub consumer group.
|
IotHubDataConnection |
IotHubDataConnection.withDatabaseRouting(DatabaseRouting databaseRouting) |
Set the databaseRouting property: Indication for database routing information from the data connection, by
default only database routing information is allowed.
|
IotHubDataConnection |
IotHubDataConnection.withDataFormat(IotHubDataFormat dataFormat) |
Set the dataFormat property: The data format of the message.
|
IotHubDataConnection |
IotHubDataConnection.withEventSystemProperties(List<String> eventSystemProperties) |
Set the eventSystemProperties property: System properties of the iot hub.
|
IotHubDataConnection |
IotHubDataConnection.withIotHubResourceId(String iotHubResourceId) |
Set the iotHubResourceId property: The resource ID of the Iot hub to be used to create a data connection.
|
IotHubDataConnection |
IotHubDataConnection.withLocation(String location) |
Set the location property: Resource location.
|
IotHubDataConnection |
IotHubDataConnection.withMappingRuleName(String mappingRuleName) |
Set the mappingRuleName property: The mapping rule to be used to ingest the data.
|
IotHubDataConnection |
IotHubDataConnection.withSharedAccessPolicyName(String sharedAccessPolicyName) |
Set the sharedAccessPolicyName property: The name of the share access policy.
|
IotHubDataConnection |
IotHubDataConnection.withTableName(String tableName) |
Set the tableName property: The table where the data should be ingested.
|