struct CassIndexMeta
Index metadata
Functions
void
cass_index_meta_name
(const CassIndexMeta *
index_meta, const char **
name, size_t *
name_length )
Gets the name of the index.
Gets the type of the index.
void
cass_index_meta_target
(const CassIndexMeta *
index_meta, const char **
target, size_t *
target_length )
Gets the target of the index.
Gets the options of the index.
const CassValue *
cass_index_meta_field_by_name
(const CassIndexMeta *
index_meta, const char *
name )
Gets a metadata field for the provided name. Metadata fields allow direct access to the index data found in the underlying “indexes” metadata table.
const CassValue *
cass_index_meta_field_by_name_n
(const CassIndexMeta *
index_meta, const char *
name, size_t
name_length )
Same as CassIndexMeta::cass_index_meta_field_by_name
, but with lengths for string parameters.
Creates a new fields iterator for the specified index metadata. Metadata fields allow direct access to the index data found in the underlying “indexes” metadata table. This can be used to iterate those metadata field entries.