spark.SparkLoadOptions
export interface SparkLoadOptions {
/**
* Expected content type.
*
* Sent as Accept header in the request.
*/
contentType?: string;
}contentType(string)optional- – Expected content type. Sent as Accept header in the request.
Options for loading files.