- Member sdbBackupOffline (sdbConnectionHandle cHandle, bson *options)
- Rename to "sdbBackup".
- Member sdbGetDataBlocks (sdbCollectionHandle cHandle, bson *condition, bson *select, bson *orderBy, bson *hint, INT64 numToSkip, INT64 numToReturn, sdbCursorHandle *handle)
- this API only support in java
- Member sdbGetIndexes (sdbCollectionHandle cHandle, const CHAR *pIndexName, sdbCursorHandle *handle)
- use sdbGetIndex and sdbGetIndexInfo instead.
- Member sdbGetQueryMeta (sdbCollectionHandle cHandle, bson *condition, bson *orderBy, bson *hint, INT64 numToSkip, INT64 numToReturn, sdbCursorHandle *handle)
- this API only support in java
- Member sdbGetReplicaGroupName (sdbReplicaGroupHandle cHandle, CHAR **ppRGName)
- This api will be deprecated at version 2.x