RosTopicProps
Properties for defining a RosTopic
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-datahub-topic
Initializer
using AlibabaCloud.SDK.ROS.CDK.Datahub;
new RosTopicProps {
object Comment,
object ProjectName,
object RecordType,
object TopicName,
object Lifecycle = null,
object RecordSchema = null,
object ShardCount = null
};
Properties
Name | Type | Description |
---|---|---|
Comment |
object |
No description. |
ProjectName |
object |
No description. |
RecordType |
object |
No description. |
TopicName |
object |
No description. |
Lifecycle |
object |
No description. |
RecordSchema |
object |
No description. |
ShardCount |
object |
No description. |
Comment
Required
public object Comment { get; set; }
- Type: object
ProjectName
Required
public object ProjectName { get; set; }
- Type: object
RecordType
Required
public object RecordType { get; set; }
- Type: object
TopicName
Required
public object TopicName { get; set; }
- Type: object
Lifecycle
Optional
public object Lifecycle { get; set; }
- Type: object
RecordSchema
Optional
public object RecordSchema { get; set; }
- Type: object
ShardCount
Optional
public object ShardCount { get; set; }
- Type: object