Interface DataSource.UpdateStages.WithProperties

All Known Subinterfaces:
DataSource.Update
Enclosing interface:
DataSource.UpdateStages

public static interface DataSource.UpdateStages.WithProperties
The stage of the DataSource update allowing to specify properties.
  • Method Summary

    Modifier and Type
    Method
    Description
    withProperties(Object properties)
    Specifies the properties property: The data source properties in raw json format, each kind of data source have it's own schema..
  • Method Details

    • withProperties

      DataSource.Update withProperties(Object properties)
      Specifies the properties property: The data source properties in raw json format, each kind of data source have it's own schema..
      Parameters:
      properties - The data source properties in raw json format, each kind of data source have it's own schema.
      Returns:
      the next definition stage.