![]() |
Index Task
Task used to poll for long running create index completion.
Definition at line 89 of file aerospike_index.h.
#include "aerospike_index.h"
Data Fields | |
aerospike * | as |
bool | done |
char | name [64] |
as_namespace | ns |
aerospike* as_index_task::as |
The aerospike instance to use for this operation.
Definition at line 93 of file aerospike_index.h.
bool as_index_task::done |
Has operation completed
Definition at line 108 of file aerospike_index.h.
char as_index_task::name[64] |
The name of the index.
Definition at line 103 of file aerospike_index.h.
as_namespace as_index_task::ns |
The namespace to be indexed.
Definition at line 98 of file aerospike_index.h.