Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddTopic ¶
type AddTopic struct { /* (Optional) */ Topic *Topic `json:"topic"` /* (Optional) */ Target *Target `json:"target"` /* 归档相关的具体参数 (Optional) */ ParameterList []ParameterList `json:"parameterList"` }
type ConsumerGroup ¶ added in v1.0.5
type ParameterList ¶ added in v1.0.5
type Topic ¶ added in v1.0.5
type Topic struct { /* 是否归档(0:未归档,1:已归档) (Optional) */ Archived *int `json:"archived"` /* 数据写入后的保留时间 (Optional) */ Lifecycle *int `json:"lifecycle"` /* 流数据总线中topic的名字 (Optional) */ Name *string `json:"name"` /* 流数据总线shard的数量 (Optional) */ ShardNum *int `json:"shardNum"` /* 备注 (Optional) */ Remark *string `json:"remark"` }
type TopicListInfo ¶
type TopicListInfo struct { /* 是否归档(0:未归档,1:已归档) (Optional) */ Archived int `json:"archived"` /* 创建topic的时间戳 (Optional) */ CreatedTime string `json:"createdTime"` /* topic是否已删除(0:未删除,1:删除) (Optional) */ Deleted int `json:"deleted"` /* topic的id值 (Optional) */ Id int `json:"id"` /* 数据写入后的保留时间 (Optional) */ Lifecycle int `json:"lifecycle"` /* 流数据总线中topic的名字 (Optional) */ Name string `json:"name"` /* 对应kafka中的分区数 (Optional) */ PartitionNum string `json:"partitionNum"` /* 备注 (Optional) */ Remark string `json:"remark"` /* 流数据总线shard的数量 (Optional) */ ShardNum string `json:"shardNum"` /* 0: 已创建, 1: 创建中 (Optional) */ Status int `json:"status"` /* 对应kafka中的topic名字 (Optional) */ TopicName string `json:"topicName"` /* 对应kafka中的uid (Optional) */ Uid string `json:"uid"` /* 更新topic的时间戳 (Optional) */ UpdatedTime string `json:"updatedTime"` /* 用户的userPin (Optional) */ UserPin string `json:"userPin"` /* (Optional) */ DataSize string `json:"dataSize"` }
Click to show internal directories.
Click to hide internal directories.