Type alias DBClearOptions<S>

DBClearOptions<S>: Merge<RocksDBClearOptions<S>, {
    gt?: KeyPath | Buffer | string;
    gte?: KeyPath | Buffer | string;
    lt?: KeyPath | Buffer | string;
    lte?: KeyPath | Buffer | string;
}>

Type Parameters

Type declaration

  • Optional gt?: KeyPath | Buffer | string
  • Optional gte?: KeyPath | Buffer | string
  • Optional lt?: KeyPath | Buffer | string
  • Optional lte?: KeyPath | Buffer | string

Generated using TypeDoc