Class DataOptions.SubscriptionOptions

java.lang.Object
io.deephaven.web.client.api.subscription.DataOptions
io.deephaven.web.client.api.subscription.DataOptions.SubscriptionOptions
Direct Known Subclasses:
DataOptions.ViewportSubscriptionOptions
Enclosing class:
DataOptions

@TsInterface @TsName(namespace="dh") public static class DataOptions.SubscriptionOptions extends DataOptions
Options for requesting a full-table subscription to a table.
  • Field Details

    • updateIntervalMs

      @JsProperty public @JsNullable Double updateIntervalMs
      Minimum interval between updates, in milliseconds. If not specified, the server default will be used, typically 1000ms.

      Note that setting this to smaller values will not necessarily result in more frequent updates - the server may not propagate updates that frequently, or there may be no updates to propagate.

  • Constructor Details

    • SubscriptionOptions

      public SubscriptionOptions()
  • Method Details