Class DeleteObject
Used to delete a KV object from Riak
$command = (new Command\Builder\DeleteObject($riak)) ->buildLocation('username', 'users') ->build(); $response = $command->execute($command);
- Basho\Riak\Command\Builder
- Basho\Riak\Command\Builder\DeleteObject implements Basho\Riak\Command\BuilderInterface uses Basho\Riak\Command\Builder\ObjectTrait, Basho\Riak\Command\Builder\LocationTrait
Namespace: Basho\Riak\Command\Builder
Author: Christopher Mancini
Located at Riak/Command/Builder/DeleteObject.php
Author: Christopher Mancini
Located at Riak/Command/Builder/DeleteObject.php
Methods summary
public
Basho\Riak\Command\Object\Delete;
|
|
public
boolean
|
Methods inherited from Basho\Riak\Command\Builder
__construct()
,
getConnection()
,
getParameters()
,
getVerbose()
,
required()
,
withParameter()
,
withParameters()
,
withVerboseMode()