AerospikeClientProxyDropIndex Method

Note: This API is now obsolete.
Not supported by proxy client

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
[ObsoleteAttribute("Method not supported in proxy client: DropIndex")]
public IndexTask DropIndex(
	Policy policy,
	string ns,
	string setName,
	string indexName
)

Parameters

policy  Policy
ns  String
setName  String
indexName  String

Return Value

IndexTask

Implements

IAerospikeClientDropIndex(Policy, String, String, String)

Exceptions

See Also