All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
as_index_task Struct Reference

Detailed Description

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"

+ Collaboration diagram for as_index_task:

Data Fields

aerospikeas
 
bool done
 
char name [64]
 
as_namespace ns
 

Field Documentation

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.


The documentation for this struct was generated from the following file: