Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileServerReadSettings

Package version

File server read settings.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional deleteFilesAfterCompletion

deleteFilesAfterCompletion: any

Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).

Optional enablePartitionDiscovery

enablePartitionDiscovery: undefined | false | true

Indicates whether to enable partition discovery.

Optional fileFilter

fileFilter: any

Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).

Optional fileListPath

fileListPath: any

Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).

Optional maxConcurrentConnections

maxConcurrentConnections: any

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Optional modifiedDatetimeEnd

modifiedDatetimeEnd: any

The end of file's modified datetime. Type: string (or Expression with resultType string).

Optional modifiedDatetimeStart

modifiedDatetimeStart: any

The start of file's modified datetime. Type: string (or Expression with resultType string).

Optional partitionRootPath

partitionRootPath: any

Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).

Optional recursive

recursive: any

If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).

type

type: "FileServerReadSettings"

Polymorphic discriminator, which specifies the different types this object can be

Optional wildcardFileName

wildcardFileName: any

FileServer wildcardFileName. Type: string (or Expression with resultType string).

Optional wildcardFolderPath

wildcardFolderPath: any

FileServer wildcardFolderPath. Type: string (or Expression with resultType string).

Generated using TypeDoc