RosTopicProps
Properties for defining a RosTopic.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-kafka-topic
Initializer
using AlibabaCloud.SDK.ROS.CDK.Kafka;
new RosTopicProps {
object InstanceId,
object Topic,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceId |
object |
No description. |
Topic |
object |
No description. |
RefreshOptions |
object |
No description. |
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
TopicRequired
public object Topic { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object