Class GetConsumerGroupMetadataCmdletCommand
- Namespace
- MASES.KNet.PowerShell.Cmdlet.Client
- Assembly
- MASES.KNetPS.dll
[Cmdlet("Get", "ConsumerGroupMetadata")]
[OutputType(new Type[] { typeof(ConsumerGroupMetadata) })]
public class GetConsumerGroupMetadataCmdletCommand : KNetPSCmdlet
- Inheritance
-
GetConsumerGroupMetadataCmdletCommand
- Inherited Members
Properties
Consumer
[Parameter(Mandatory = true, Position = 0, ValueFromPipelineByPropertyName = true, HelpMessage = "The KafkaConsumer where execute the GroupMetadata operation")]
public KafkaConsumer Consumer { get; set; }
Property Value
Methods
BeginProcessing()
protected override void BeginProcessing()
EndProcessing()
protected override void EndProcessing()
ProcessCommand()
protected override void ProcessCommand()