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.ActionTrail.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetTopicsTopicResult
Fields
View SourceCompactTopic
whether the current topic is kafka compact topic or not.
Declaration
public readonly bool CompactTopic
Field Value
| Type | Description |
|---|---|
| System.Boolean |
CreateTime
Time of creation.
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
LocalTopic
whether the current topic is kafka local topic or not.
Declaration
public readonly bool LocalTopic
Field Value
| Type | Description |
|---|---|
| System.Boolean |
PartitionNum
Partition number of the topic.
Declaration
public readonly int PartitionNum
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Remark
Remark of the topic.
Declaration
public readonly string Remark
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The current status code of the topic. There are three values to describe the topic status: 0 stands for the topic is in service, 1 stands for freezing and 2 stands for pause.
Declaration
public readonly int Status
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Topic
The name of the topic.
Declaration
public readonly string Topic
Field Value
| Type | Description |
|---|---|
| System.String |