All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.marklogic.flux.api.WriteSparkFilesOptions Maven / Gradle / Ivy

There is a newer version: 1.0.0.ea1
Show newest version
/*
 * Copyright © 2024 MarkLogic Corporation. All Rights Reserved.
 */
package com.marklogic.flux.api;

import java.util.Map;

/**
 * For objects that can export files via a Spark data source, where the Spark data source supports additional options
 * that do not have dedicated methods in the exporter interface.
 */
public interface WriteSparkFilesOptions extends WriteFilesOptions {

    WriteSparkFilesOptions additionalOptions(Map options);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy