Delete secondary index.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.4.0.0 (3.4.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
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if index create fails |
See Also