EventStreamsTopicCreateInput
No description
input EventStreamsTopicCreateInput {
environmentId: ID!
name: ID!
persistent: Boolean
description: String
partitions: Int
}
Fields
EventStreamsTopicCreateInput.environmentId ● ID! non-null scalar miscellaneous {#environment-id}
The Id of environment to which the topic belongs
EventStreamsTopicCreateInput.name ● ID! non-null scalar miscellaneous {#name}
The topic name
EventStreamsTopicCreateInput.persistent ● Boolean scalar miscellaneous {#persistent}
Whether the topic will be persistent or not
EventStreamsTopicCreateInput.description ● String scalar miscellaneous {#description}
The user defined description for this topic
EventStreamsTopicCreateInput.partitions ● Int scalar miscellaneous {#partitions}
The number of partitions for this topic
Member Of
eventStreamsTopicCreate mutation ●
eventStreamsTopicUpdate mutation
Was this topic helpful?