Naming Output Files
You can specify a file name template to generate resultant output file names, when Export is configured.
part-{{n}}.| Parameters | Name | Required | Details | Type | Default | Example | 
|---|---|---|---|---|---|---|
Query | filenameTemplate | No | It defines the filename template that will be used to
                                    generate filenames. The filename template can contain the
                                        {{n}} placeholder. The Export Service will
                                    replace this placeholder with file numbers. If the placeholder
                                    is not defined, the Export Service will add file numbers at the
                                    end of filenames.Allowed characters:
                                             Max length: 512 Filename template must not be empty:
                                             
  | String | part-{{n}} | part-{{n}}
 
  | 
Examples
| Filename Template | Result Files | 
|---|---|
| Unspecified | part-00000.zip part-00001.zip part-00002.zip  | 
export-file | export-file00000.zip export-file00001.zip export-file00002.zip  | 
results-{{n}} | results-00000.zip results-00001.zip results-00002.zip  |