Get-R1DataSourceTypeImportMeta

SYNOPSIS

Returns the templates in an upload session.

SYNTAX

All (Default)

Get-R1DataSourceTypeImportMeta -importId <String> [<CommonParameters>]

Name

Get-R1DataSourceTypeImportMeta -importId <String> -name <String> [<CommonParameters>]

DESCRIPTION

Returns every template held in an upload session, or a single one when it is named.

EXAMPLES

Example 1

Get-R1DataSourceTypeImportMeta -importId $Session.id

Returns every template in a staged import.

Example 2

Get-R1DataSourceTypeImportMeta -importId $Session.id -name 'My Custom'

Returns one template.

PARAMETERS

-importId

The identifier of the upload session, as returned by Import-R1DataSourceType.

Type: String
Parameter Sets: (All)
Aliases: id

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-name

The name of the data source type.

Type: String
Parameter Sets: Name
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

psRadiantOne.DataSourceType

NOTES

New-R1DataSourceTypeImportMeta

Set-R1DataSourceTypeImportMeta

Remove-R1DataSourceTypeImportMeta