Class JsonStream

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean history
      Whether the history of the table is available.
      boolean stream
      Whether the table allows streaming.
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonStream()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • stream

        public boolean stream
        Whether the table allows streaming.

        Optional; default true.

      • history

        public boolean history
        Whether the history of the table is available.

        Optional; default false.

    • Constructor Detail

      • JsonStream

        public JsonStream()