The EmbeddedBrightstarService type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EmbeddedBrightstarService(String) | 
            Create a new instance of the service that attaches to the specified directory location
              | |
| EmbeddedBrightstarService(String, EmbeddedServiceConfiguration) | 
            Create a new instance of the service that attaches to the specified directory location
              | 
Methods
| Name | Description | |
|---|---|---|
| ConsolidateStore | 
            Creates a new data file for the specified store that contains 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) | 
            Create a new store with a specific persistence type for the main indexes
              | |
| 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) | 
            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 commit points in batches 
              | |
| 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 transations
              | |
| 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 instance
              | |
| 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.
              | |
| Shutdown | 
            Shutsdown this embedded service only.
              | |
| 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
              | 
Properties
| Name | Description | |
|---|---|---|
| LastResponseTimestamp | 
            For an embedded service connection, this property is always null.
              |