The BrightstarRestClient type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConsolidateStore |
Creates a new store file containing only the data required for the current state
| |
| CreateSnapshot |
Queues a job to create a snapshot of a store
| |
| CreateStore(String) |
Create a new store
| |
| CreateStore(String, PersistenceType) | ||
| DeleteStore |
Delete the named store
| |
| DoesStoreExist |
Checks to see if the named store already exists
| |
| Equals | (Inherited from Object.) | |
| ExecuteQuery(ICommitPointInfo, String, SparqlResultsFormat, RdfFormat) |
Query a specific commit point of a store
| |
| ExecuteQuery(String, String, Nullable<(Of <<'(DateTime>)>>), SparqlResultsFormat, RdfFormat) |
Query the store using a SPARQL query
| |
| ExecuteQuery(ICommitPointInfo, String, IEnumerable<(Of <<'(String>)>>), SparqlResultsFormat, RdfFormat) |
Query a specific commit point of a store
| |
| ExecuteQuery(ICommitPointInfo, String, String, SparqlResultsFormat, RdfFormat) |
Query a specific commit point of a store
| |
| ExecuteQuery(String, String, IEnumerable<(Of <<'(String>)>>), Nullable<(Of <<'(DateTime>)>>), SparqlResultsFormat, RdfFormat) |
Query the store using a SPARQL query
| |
| ExecuteQuery(String, String, String, Nullable<(Of <<'(DateTime>)>>), SparqlResultsFormat, RdfFormat) |
Query the store using a SPARQL query
| |
| ExecuteQuery(ICommitPointInfo, String, IEnumerable<(Of <<'(String>)>>), SparqlResultsFormat, RdfFormat, ISerializationFormat%) |
Query a specific commit point of a store
| |
| ExecuteQuery(String, String, IEnumerable<(Of <<'(String>)>>), Nullable<(Of <<'(DateTime>)>>), SparqlResultsFormat, RdfFormat, ISerializationFormat%) |
Query a specific commit point of a store
| |
| ExecuteTransaction(String, UpdateTransactionData, Boolean, String) |
Execute an update transaction.
| |
| ExecuteTransaction(String, String, String, String, String, Boolean, String) | Obsolete.
Execute an update transaction.
| |
| ExecuteUpdate |
Execute a SPARQL Update expression against a store
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetCommitPoint(String, DateTime) |
Returns the commit point that was in effect at a given date/time
| |
| GetCommitPoint(String, UInt64) |
Returns the specified commit point of a BrighstarDB store
| |
| GetCommitPoints(String, Int32, Int32) |
Returns the commit points of a Brightstar store
| |
| GetCommitPoints(String, DateTime, DateTime, Int32, Int32) |
Get a list of commit points that lie within a specified date/time range
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetJobInfo(String, String) |
Gets the information about a job. Including status and any messages.
| |
| GetJobInfo(String, Int32, Int32) |
Gets information about jobs recently executed against a store
| |
| GetStatistics(String) |
Retrieves the most recent statistics for the specified store
| |
| GetStatistics(String, DateTime, DateTime, Int32, Int32) |
Retrieves a range of statistics records for a store
| |
| GetTransaction |
Returns the transaction record creaed by the execution of a specific job against the store
| |
| GetTransactions |
Gets a list of transactions executed against this store
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ListNamedGraphs |
List the URIs of the named graphs contained in the specified store
| |
| ListStores |
List the names of the stores managed by this Brightstar server
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReExecuteTransaction |
Executes a previous transaction
| |
| RevertToCommitPoint |
This will make the commit point provided the new latest commit point. Blocks until the operation is complete.
| |
| StartExport |
Starts an export job
| |
| StartImport |
Starts an import job
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateStatistics |
Queues a job to update the statistics for a store
|