The BrightstarRestClient type exposes the following members.

Methods

  NameDescription
Public methodConsolidateStore
Creates a new store file containing only the data required for the current state
Public methodCreateSnapshot
Queues a job to create a snapshot of a store
Public methodCreateStore(String)
Create a new store
Public methodCreateStore(String, PersistenceType)
Public methodDeleteStore
Delete the named store
Public methodDoesStoreExist
Checks to see if the named store already exists
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecuteQuery(ICommitPointInfo, String, SparqlResultsFormat, RdfFormat)
Query a specific commit point of a store
Public methodExecuteQuery(String, String, Nullable<(Of <<'(DateTime>)>>), SparqlResultsFormat, RdfFormat)
Query the store using a SPARQL query
Public methodExecuteQuery(ICommitPointInfo, String, IEnumerable<(Of <<'(String>)>>), SparqlResultsFormat, RdfFormat)
Query a specific commit point of a store
Public methodExecuteQuery(ICommitPointInfo, String, String, SparqlResultsFormat, RdfFormat)
Query a specific commit point of a store
Public methodExecuteQuery(String, String, IEnumerable<(Of <<'(String>)>>), Nullable<(Of <<'(DateTime>)>>), SparqlResultsFormat, RdfFormat)
Query the store using a SPARQL query
Public methodExecuteQuery(String, String, String, Nullable<(Of <<'(DateTime>)>>), SparqlResultsFormat, RdfFormat)
Query the store using a SPARQL query
Public methodExecuteQuery(ICommitPointInfo, String, IEnumerable<(Of <<'(String>)>>), SparqlResultsFormat, RdfFormat, ISerializationFormat%)
Query a specific commit point of a store
Public methodExecuteQuery(String, String, IEnumerable<(Of <<'(String>)>>), Nullable<(Of <<'(DateTime>)>>), SparqlResultsFormat, RdfFormat, ISerializationFormat%)
Query a specific commit point of a store
Public methodExecuteTransaction(String, UpdateTransactionData, Boolean, String)
Execute an update transaction.
Public methodExecuteTransaction(String, String, String, String, String, Boolean, String) Obsolete.
Execute an update transaction.
Public methodExecuteUpdate
Execute a SPARQL Update expression against a store
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCommitPoint(String, DateTime)
Returns the commit point that was in effect at a given date/time
Public methodGetCommitPoint(String, UInt64)
Returns the specified commit point of a BrighstarDB store
Public methodGetCommitPoints(String, Int32, Int32)
Returns the commit points of a Brightstar store
Public methodGetCommitPoints(String, DateTime, DateTime, Int32, Int32)
Get a list of commit points that lie within a specified date/time range
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetJobInfo(String, String)
Gets the information about a job. Including status and any messages.
Public methodGetJobInfo(String, Int32, Int32)
Gets information about jobs recently executed against a store
Public methodGetStatistics(String)
Retrieves the most recent statistics for the specified store
Public methodGetStatistics(String, DateTime, DateTime, Int32, Int32)
Retrieves a range of statistics records for a store
Public methodGetTransaction
Returns the transaction record creaed by the execution of a specific job against the store
Public methodGetTransactions
Gets a list of transactions executed against this store
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListNamedGraphs
List the URIs of the named graphs contained in the specified store
Public methodListStores
List the names of the stores managed by this Brightstar server
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReExecuteTransaction
Executes a previous transaction
Public methodRevertToCommitPoint
This will make the commit point provided the new latest commit point. Blocks until the operation is complete.
Public methodStartExport
Starts an export job
Public methodStartImport
Starts an import job
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateStatistics
Queues a job to update the statistics for a store

See Also