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. |
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Topic
Required
public object Topic { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object