An implementation of the Brightstar Service that uses the local filestore.

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class EmbeddedBrightstarService : IBrightstarService
Visual Basic
Public Class EmbeddedBrightstarService
	Implements IBrightstarService
Visual C++
public ref class EmbeddedBrightstarService : IBrightstarService
F#
type EmbeddedBrightstarService =  
    class
        interface IBrightstarService
    end

Inheritance Hierarchy

System..::..Object
  BrightstarDB.Client..::..EmbeddedBrightstarService

See Also