See: Description
| Class | Description | 
|---|---|
| BulkRequest | 
 Base class representing a request to perform a bulk action on the datastore. 
 | 
| DeleteRequest | 
 Class to provide a means of deletion of records from a data store. 
 | 
| FetchRequest | 
 Class to retrieve the fields of an object of a specified class from the datastore. 
 | 
| InsertRequest | 
 Class to provide a means of insertion of records to a data store. 
 | 
| LocateBulkRequest | 
 Request to locate a series of records in the data store (all present in the same table). 
 | 
| LocateRequest | 
 Request to locate a record in the data store. 
 | 
| Request | 
 Base class representing a request to perform an action on the datastore. 
 | 
| RequestIdentifier | 
 Representation of a request id. 
 | 
| UpdateRequest | 
 Class to provide a means of update of records in a data store. 
 | 
| Enum | Description | 
|---|---|
| RequestType | 
 Enum of possible request types. 
 | 
Copyright © 2017. All rights reserved.