Table of Contents

Class GetConsumerRecordCmdletCommand

Namespace
MASES.KNet.PowerShell.Cmdlet.Client
Assembly
MASES.KNetPS.dll
[Cmdlet("Get", "ConsumerRecord")]
[OutputType(new Type[] { typeof(ConsumerRecord<,>) })]
public class GetConsumerRecordCmdletCommand : KNetPSCmdlet
Inheritance
GetConsumerRecordCmdletCommand
Inherited Members

Properties

ConsumerRecords

[Parameter(Mandatory = true, Position = 2, ValueFromPipelineByPropertyName = true, HelpMessage = "The object returned from Invoke-Poll")]
public object ConsumerRecords { get; set; }

Property Value

object

KeyClass

[Parameter(Mandatory = true, Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The dotnet class of the key")]
public string KeyClass { get; set; }

Property Value

string

Topic

[Parameter(Position = 3, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The topic where operate on, otherwise all elements")]
public string Topic { get; set; }

Property Value

string

ValueClass

[Parameter(Mandatory = true, Position = 1, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The dotnet class of the value")]
public string ValueClass { get; set; }

Property Value

string

Methods

BeginProcessing()

protected override void BeginProcessing()

EndProcessing()

protected override void EndProcessing()

ProcessCommand()

protected override void ProcessCommand()