Class ExternalStorageLocation

java.lang.Object
com.netflix.conductor.common.run.ExternalStorageLocation

public class ExternalStorageLocation extends Object
Describes the location where the JSON payload is stored in external storage.

The location is described using the following fields:

  • uri: The uri of the json file in external storage.
  • path: The relative path of the file in external storage.
  • Constructor Details

    • ExternalStorageLocation

      public ExternalStorageLocation()
  • Method Details