TestConnectionBehavior Parameter (Connect-SASXpt Cmdlet)
Specifies the behavior of the test connection.
Syntax
Connect-SASXpt -TestConnectionBehavior string
Possible Values
LIST_AND_READ_FILES, READ_FILE, LIST_FILES, NO_OPERATIONData Type
cstr
Default Value
"LIST_FILES"
Remarks
Change the behavior of the test connection based on the integration scenario.
- LIST_AND_READ_FILES: List and read files from the configured storage source until at least one is parsed. Fail if none of the files can be parsed. Note: this mode will not read files in sub-directories.
- READ_FILE: Read the file provided in the URI. Succeed if the file can be read and parsed. Use this mode if the URI points to a file, not a directory.
- LIST_FILES: List files from the provided URI.
- NO_OPERATION: Does not perform any operation on the storage source.