Class ModelChange.SetOption

  • All Implemented Interfaces:
    ModelChange
    Enclosing interface:
    ModelChange

    @PublicEvolving
    public static class ModelChange.SetOption
    extends Object
    implements ModelChange
    A model change to set the model option.

    It is equal to the following statement:

        ALTER MODEL <model_name> SET (key=value);