Class DataOptions.SnapshotOptions

java.lang.Object
io.deephaven.web.client.api.subscription.DataOptions
io.deephaven.web.client.api.subscription.DataOptions.SnapshotOptions
Enclosing class:
DataOptions

@TsInterface @TsName(namespace="dh") public static class DataOptions.SnapshotOptions extends DataOptions
Options for requesting a snapshot of a table.
  • Field Details

    • isReverseViewport

      @JsProperty public @JsNullable Boolean isReverseViewport
      If true, the snapshot will be filled starting from the end of the table, where 0 is the last row of the table. Default is false.
    • rows

      @JsProperty public DataOptions.RangeSetUnion rows
      The rows to include in the snapshot. This can be either a JsRangeSet or a single range with first and last properties.
  • Constructor Details

    • SnapshotOptions

      public SnapshotOptions()
  • Method Details