Show / Hide Table of Contents

Class GetServiceKafkaUserConfigKafkaRestConfigResult

Inheritance
System.Object
GetServiceKafkaUserConfigKafkaRestConfigResult
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.Aiven.Outputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceKafkaUserConfigKafkaRestConfigResult

Fields

View Source

ConsumerEnableAutoCommit

Declaration
public readonly bool? ConsumerEnableAutoCommit
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

ConsumerRequestMaxBytes

Declaration
public readonly int? ConsumerRequestMaxBytes
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ConsumerRequestTimeoutMs

Declaration
public readonly int? ConsumerRequestTimeoutMs
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ProducerAcks

Declaration
public readonly string ProducerAcks
Field Value
Type Description
System.String
View Source

ProducerLingerMs

Declaration
public readonly int? ProducerLingerMs
Field Value
Type Description
System.Nullable<System.Int32>
View Source

SimpleconsumerPoolSizeMax

Declaration
public readonly int? SimpleconsumerPoolSizeMax
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.