Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 usergrid 并且需要执行原始 Cassandra 查询。是否可以从 usergrid api 执行原始 Cassandra 查询?
不,通过 API 是不可能的。
是的,有可能。
像这样使用。
$query_string = array('access_token'=>$oauth_token,'limit'=>'10'); // 这里使用更多条件。$users = $client->get_collection('users',$query_string);