Key/Value metadata field for a keyspace, table or column.

Functions

void

cass_schema_meta_field_name

( const CassSchemaMetaField * field, const char ** name, size_t * name_length )

Gets the name for a schema metadata field

Parameters:
Name Type Details
in field const CassSchemaMetaField *
out name const char **

The name of the metadata data field

out name_length size_t *
const CassValue *

cass_schema_meta_field_value

( const CassSchemaMetaField * field )

Gets the value for a schema metadata field

Parameters:
Name Type Details
in field const CassSchemaMetaField *
Returns:
Type Details
const CassValue *

The value of the metadata data field