Was this page helpful?
Index metadata
Public Functions
Gets the name of the index.
index_meta – [in]
name – [out]
name_length – [out]
Gets the type of the index.
index_meta – [in]
The index’s type.
Gets the target of the index.
index_meta – [in]
target – [out]
target_length – [out]
Gets the options of the index.
index_meta – [in]
The index’s options.
Gets a metadata field for the provided name. Metadata fields allow direct access to the index data found in the underlying “indexes” metadata table.
index_meta – [in]
name – [in]
A metadata field value. NULL if the field does not exist.
Same as cass_index_meta_field_by_name(), but with lengths for string parameters.
See also
index_meta – [in]
name – [in]
name_length – [in]
same as cass_index_meta_field_by_name()
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.
See also
See also
See also
index_meta – [in]
A new iterator that must be freed.
Was this page helpful?
On this page
CassIndexMeta
CassIndexMeta::cass_index_meta_name()
CassIndexMeta::cass_index_meta_type()
CassIndexMeta::cass_index_meta_target()
CassIndexMeta::cass_index_meta_options()
CassIndexMeta::cass_index_meta_field_by_name()
CassIndexMeta::cass_index_meta_field_by_name_n()
CassIndexMeta::cass_iterator_fields_from_index_meta()