Class GetTopicsTopicResult
Inheritance
System.Object
GetTopicsTopicResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.RocketMQ.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetTopicsTopicResult
Fields
View SourceCreateTime
Time of creation.
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
IndependentNaming
Indicates whether namespaces are available. Read Fields in PublishInfoDo for further details.
Declaration
public readonly bool IndependentNaming
Field Value
| Type | Description |
|---|---|
| System.Boolean |
MessageType
The type of the message. Read Fields in PublishInfoDo for further details.
Declaration
public readonly int MessageType
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Owner
The ID of the topic owner, which is the Alibaba Cloud UID.
Declaration
public readonly string Owner
Field Value
| Type | Description |
|---|---|
| System.String |
Relation
The relation ID. Read Fields in PublishInfoDo for further details.
Declaration
public readonly int Relation
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RelationName
The name of the relation, for example, owner, publishable, subscribable, and publishable and subscribable.
Declaration
public readonly string RelationName
Field Value
| Type | Description |
|---|---|
| System.String |
Remark
Remark of the topic.
Declaration
public readonly string Remark
Field Value
| Type | Description |
|---|---|
| System.String |
Topic
The name of the topic.
Declaration
public readonly string Topic
Field Value
| Type | Description |
|---|---|
| System.String |