GetDistinctValuesImportFile Function

Retrieves distinct values from the parse table for a column in the source file that contains list values.

Bound Entities

Bound functions are invoked by appending the fully qualified function name to the URI representing an entity or collection.

Entity Type Binding Type
importfile entity

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
columnNumber
Edm.Int32 False True

A column number in the CSV, XML Spreadsheet 2003 (.xml), or text source file for which the distinct values are returned. Required.

pageNumber
Edm.Int32 False True

The page number in the source file. Required.

recordsPerPage
Edm.Int32 False True

The number of data records per page in the source file. Required.

Return Type

Type Nullable Description
GetDistinctValuesImportFileResponse False The GetDistinctValuesImportFile function returns the following value.

See also