NebulaGraph CPP Client  release-3.4
StorageClient Class Reference

Public Member Functions

 StorageClient (const std::vector< std::string > &metaAddrs, const MConfig &mConfig=MConfig{}, const SConfig &sConfig=SConfig{})
 
std::vector< PartitionID > getParts (const std::string &spaceName)
 
ScanEdgeIter scanEdgeWithPart (std::string spaceName, int32_t partID, std::string edgeName, std::vector< std::string > propNames, int64_t limit=DEFAULT_LIMIT, int64_t startTime=DEFAULT_START_TIME, int64_t endTime=DEFAULT_END_TIME, std::string filter="", bool onlyLatestVersion=false, bool enableReadFromFollower=true)
 
MetaClientgetMetaClient ()
 

Friends

struct ScanEdgeIter
 

Detailed Description

Definition at line 59 of file StorageClient.h.


The documentation for this class was generated from the following file: