GetNamespaceTopicResult

data class GetNamespaceTopicResult(val eventRetentionInDays: Int? = null, val id: String, val inputSchema: String? = null, val name: String, val provisioningState: String, val publisherType: String? = null, val systemData: SystemDataResponse, val type: String)

Namespace topic details.

Constructors

Link copied to clipboard
constructor(eventRetentionInDays: Int? = null, id: String, inputSchema: String? = null, name: String, provisioningState: String, publisherType: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Event retention for the namespace topic expressed in days. The property default value is 1 day. Min event retention duration value is 1 day and max event retention duration value is 1 day.

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard
val inputSchema: String? = null

This determines the format that is expected for incoming events published to the topic.

Link copied to clipboard

Name of the resource.

Link copied to clipboard

Provisioning state of the namespace topic.

Link copied to clipboard
val publisherType: String? = null

Publisher type of the namespace topic.

Link copied to clipboard

The system metadata relating to namespace topic resource.

Link copied to clipboard

Type of the resource.