Get Event Hub Data Connection Result
data class GetEventHubDataConnectionResult(val compression: String? = null, val consumerGroup: String, val dataFormat: String? = null, val eventHubResourceId: String, val eventSystemProperties: List<String>? = null, val id: String, val kind: String, val location: String? = null, val mappingRuleName: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tableName: String? = null, val type: String)
Class representing an event hub data connection.
Constructors
Link copied to clipboard
constructor(compression: String? = null, consumerGroup: String, dataFormat: String? = null, eventHubResourceId: String, eventSystemProperties: List<String>? = null, id: String, kind: String, location: String? = null, mappingRuleName: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, tableName: String? = null, type: String)
Properties
Link copied to clipboard
The event hub messages compression type
Link copied to clipboard
The event hub consumer group.
Link copied to clipboard
The data format of the message. Optionally the data format can be added to each message.
Link copied to clipboard
The resource ID of the event hub to be used to create a data connection.
Link copied to clipboard
System properties of the event hub
Link copied to clipboard
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
Link copied to clipboard
The provisioned state of the resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.