dataos-sdk-kt
jvm
depot-service
/
io.dataos.ds.client.models
/
Eventhub
Eventhub
data
class
Eventhub
(
val
endpoint
:
String
?
=
null
,
val
eventhubName
:
String
?
=
null
)
Represents the Eventhub configuration.
Members
Constructors
Eventhub
Link copied to clipboard
constructor
(
endpoint
:
String
?
=
null
,
eventhubName
:
String
?
=
null
)
Properties
endpoint
Link copied to clipboard
val
endpoint
:
String
?
=
null
The Eventhub endpoint.
eventhub
Name
Link copied to clipboard
val
eventhubName
:
String
?
=
null
The name of the Eventhub.