fileSetSpecType property

String? fileSetSpecType
getter/setter pair

Specifies how source URIs are interpreted for constructing the file set to load.

By default source URIs are expanded against the underlying storage. Other options include specifying manifest files. Only applicable to object storage systems.

Optional. Possible string values are:

  • "FILE_SET_SPEC_TYPE_FILE_SYSTEM_MATCH" : This option expands source URIs by listing files from the object store. It is the default behavior if FileSetSpecType is not set.
  • "FILE_SET_SPEC_TYPE_NEW_LINE_DELIMITED_MANIFEST" : This option indicates that the provided URIs are newline-delimited manifest files, with one URI per line. Wildcard URIs are not supported.

Implementation

core.String? fileSetSpecType;