Contains the data transfer object models for the BrightstarDB REST service interface.
Classes
| Class | Description | |
|---|---|---|
| CommitPointResponseModel | ||
| CreateStoreRequestObject | ||
| ExceptionDetailObject |
Represents complete service exception information
| |
| JobRequestObject |
C# representation of the JSON object that must be posted to create a new job on the BrightstarDB server
| |
| JobResponseModel |
C# representation of the JSON object returned to represent a Job status
| |
| StoreResponseModel | ||
| StoresResponseModel |
A wrapper DTO containing only a list of stores
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| TransactionStatus |
An enumeration over the status codes for completed transactions
| |
| TransactionType |
An enumeration over the types of transactions that are processed by a BrightstarDB server
|