SELECT.BINARY.METADATA

Selects Perfion Binary metadata. Data can be selected in XML or Table formats.
Every binary in Perfion is stored together with some metadata which Perfion saves for its own use and Perfion will also extract the existing image metadata from the file. This command allows to get access to both types of binary metadata.
Note that image metadata is only available for image type binaries.

Properties

From

Must contain Perfion Binary ID.

To

Name of the Output Data Source.

The output data can be chosen to be in XML format or Table format depending on "@FORMAT" parameter value.

Parameters

@Format

Specifies the type of result format.

Values: table

If parameter is not defined the command will return results in XML format which is a serialized .NET DataTable.
If parameter is defined with 'table' value, then the command will return results in Table format.

@Image

Specifies the type of binary metadata to select.

Values: TRUE or 1.

By default the whole Perfion binary metadata will be returned which also includes image metadata if Perfion binary is of image type.
In case the Image parameter is defined with value true/1, then only image metadata will be returned.

@Filter

Filter the result of the selected data. See Command Maps & Parameters for more information.

@Order

Order the result of the selected data. See Command Maps & Parameters for more information.

Map

This Command does not use any value mappings.

Guide

With this Command one can retrieve Perfion binary metadata in raw format which then can be selected using SELECT.XML commands in order to get the needed data for further processing.

Examples

Example of SELECT.BINARY.METADATA command setup in Actions to retrieve image metadata in Table format.

Action Map - From

To

Command

6B29FC40-CA47-1067-B31D-00DD010662DA

OutputData

SELECT.BINARY.METADATA

table

@Format

 

TRUE

@Image

Â