Describe.Builder Class
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
Methods
withCallback
        
            (
        chainable
    
    - 
                        
callback 
Set the callback to be executed when the operation completes.
Parameters:
- 
                        
callbackFunctionThe allback to be executed when the operation completes.
- 
                                    
errStringAn error message. Will be null if no error.
 - 
                                    
responseObjectThe response from Riak
 
 - 
                                    
 
withDescribe
        
            (
        chainable
    
    - 
                        
table 
Set the timeseries table.
Parameters:
- 
                        
tableStringthe timeseries table
 
