flush


Description:

public StatusResponse flush (void* command_cookie = null, FlushCommand*[] commands)

Flush the entire couchbase cluster!

Example

  FlushCommand fc = FlushCommand();
FlushCommand*[] commands = { &fc };
instance.flush( null, commands );

Parameters:

command_cookie

A cookie passed to all of the notifications from this command

commands

the array containing the flush commands

Returns:

The status of the operation.