Type Alias FileConnectorAllowedPath

type FileConnectorAllowedPath = {
    path: string;
    spaces?: string[] | null;
}
Index
path: string

The Path property in the File connector allowed paths file.

spaces?: string[] | null

The Spaces property in the Odbc custom type mappings file.