class DataStoreLogicServerClient :
public nn::nex::ServiceClient,
public nn::nex::DataStoreLogicServerClientInterface
Library used to communicate with the DataStore
server.
V | Bind | Registers a certificate for using this service. |
---|---|---|
V | Unbind | Unregisters a certificate. |
V | CompleteSuspendedPostObject | Tells the server that upload processes were completed for all uploads that suspended completion, and enables the corresponding data. |
V | DeleteObject | Deletes data in storage. |
V | ChangeMeta | Changes metadata in storage. |
V | GetMeta | Gets metadata in storage. |
V | SearchObject | Searches for storage information. |
V | RateObject | Rates data. |
V | GetRating | Gets the data ratings information. |
V | RateObjectsWithPosting | Rates a batch of data. If there is no data, initializes with the specified value and rates it. |
V | RateObjectWithPosting | Rates data. If there is no data, initializes with the specified value and rates it. |
V | ResetRating | Resets the data ratings information and the ratings log. |
V | TouchObject | Updates the expiration date of the data on the DataStore server. |
V | GetPersistenceInfo | Gets the persistence information. |
V | PerpetuateObject | Perpetuates data. |
V | UnperpetuateObject | Unperpetuates data. |
V | GetPasswordInfo | Gets password information. |
GetCredentials | Gets the Credentials object that has been bound using the Bind function.(Inherited from ServiceClient .) |
nn::nex::RootObject
nn::nex::ServiceClient
nn::nex::DataStoreLogicServerClient
CONFIDENTIAL