For the complete documentation index, see llms.txt. This page is also available as Markdown.

Out-UDTableData

Formats data to be output from New-UDTable's -LoadRows script block.

Synopsis

Formats data to be output from New-UDTable's -LoadRows script block.

Syntax

Out-UDTableData [-Data] <Object> [-Page] <Int32> [-TotalCount] <Int32> [-Properties] <String[]> [<CommonParameters>]

Description

Formats data to be output from New-UDTable's -LoadRows script block.

Parameters

-Data The data to return from LoadRows.Required? truePosition? 1Default valueAccept pipeline input? true (ByValue)AliasesAccept wildcard characters? false-PageThe current page we are on within the table.Required? truePosition? 2Default value 0Accept pipeline input? falseAliasesAccept wildcard characters? false-TotalCountThe total count of items within the data set.Required? truePosition? 3Default value 0Accept pipeline input? falseAliasesAccept wildcard characters? false-Properties <String[]>The properties that are currently passed from the table. You can return the array from the $EventData.Properties array.Required? truePosition? 4Default valueAccept pipeline input? falseAliasesAccept wildcard characters? false <CommonParameters> This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).Outputs-------------------------- EXAMPLE 1 --------------------------PS > See New-UDTable for examples.

Last updated

Was this helpful?