AerospikeClient DropIndex Method Aerospike
Delete secondary index. This asynchronous server call will return before command is complete. The user can optionally wait for command completion by using the returned IndexTask instance.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.2.0 (3.9.2)
Syntax

Parameters

policy
Type: Aerospike.Client Policy
generic configuration parameters, pass in null for defaults
ns
Type: System String
namespace - equivalent to database name
setName
Type: System String
optional set name - equivalent to database table
indexName
Type: System String
name of secondary index
Exceptions

See Also