AerospikeClientCreateIndex Method

Overload List

CreateIndex(Policy, String, String, String, String, IndexType) Create scalar 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.
CreateIndex(Policy, String, String, String, String, IndexType, IndexCollectionType, CTX) Create complex secondary index on bins containing collections. This asynchronous server call will return before command is complete. The user can optionally wait for command completion by using the returned IndexTask instance.

See Also