API Docs for: 2.2.2
Show:

Describe.Builder Class

Module: TS

A builder for constructing Describe instances.

Rather than having to manually construct the options and instantiating a Describe directly, this builder may be used.

var storeValue = new Describe.Builder()
     .withTable('table')
     .build();

Constructor

Describe.Builder

()

Item Index

Methods

build

() Describe

Construct a Describe instance.

Returns:

Describe:

a Describe instance

withCallback

(
  • callback
)
chainable

Set the callback to be executed when the operation completes.

Parameters:

  • callback Function

    The allback to be executed when the operation completes.

    • err String

      An error message. Will be null if no error.

    • response Object

      The response from Riak

withDescribe

(
  • table
)
chainable

Set the timeseries table.

Parameters:

  • table String

    the timeseries table