FileFormatBuilder.LearnAsync Method

Definition

Learn the file_format of the files from the initial Dataflow.

Note: After calling this function the 'file_format' attribute on this Builder will be populated with information about the file(s) in the initial Dataflow.This attribute includes file type as well as some parameters to be used when parsing the file(s).

public:
 System::Threading::Tasks::Task ^ LearnAsync();
public System.Threading.Tasks.Task LearnAsync();
member this.LearnAsync : unit -> System.Threading.Tasks.Task
Public Function LearnAsync () As Task

Returns

Applies to