Skip to content

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.

CommentRequired

public object Comment { get; set; }
  • Type: object

ProjectNameRequired

public object ProjectName { get; set; }
  • Type: object

RecordTypeRequired

public object RecordType { get; set; }
  • Type: object

TopicNameRequired

public object TopicName { get; set; }
  • Type: object

LifecycleOptional

public object Lifecycle { get; set; }
  • Type: object

RecordSchemaOptional

public object RecordSchema { get; set; }
  • Type: object

ShardCountOptional

public object ShardCount { get; set; }
  • Type: object