AerospikeClientProxyCreateIndex(Policy, String, String, String, String, IndexType, IndexCollectionType, CTX) Method

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

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
[ObsoleteAttribute("Method not supported in proxy client: CreateIndex")]
public IndexTask CreateIndex(
	Policy policy,
	string ns,
	string setName,
	string indexName,
	string binName,
	IndexType indexType,
	IndexCollectionType indexCollectionType,
	params CTX[] ctx
)

Parameters

policy  Policy
ns  String
setName  String
indexName  String
binName  String
indexType  IndexType
indexCollectionType  IndexCollectionType
ctx  CTX

Return Value

IndexTask

Implements

IAerospikeClientCreateIndex(Policy, String, String, String, String, IndexType, IndexCollectionType, CTX)

Exceptions

See Also