|
SYNOPSISchar * mongoc_collection_keys_to_index_string (const bson_t *keys); PARAMETERS
DESCRIPTIONThis function returns the canonical stringification of a given key specification. See Manage Collection Indexes for example usage. It is a programming error to call this function on a non-standard index, such one other than a straight index with ascending and descending. RETURNSA string that should be freed with bson_free(). AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|