Package org.apache.flink.annotation.docs
Annotation Type Documentation.TableOption
-
@Target(FIELD) @Retention(RUNTIME) @Internal public static @interface Documentation.TableOption
Annotation used on table config options for adding meta data labels.The
execMode()
argument indicates the execution mode the config works for (batch, streaming or both).
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Documentation.ExecMode
execMode
-
-
-
Element Detail
-
execMode
Documentation.ExecMode execMode
-
-