[Missing <summary> documentation for "M:BrightstarDB.Client.BrightstarRestClient.CreateStore(System.String,BrightstarDB.Storage.PersistenceType)"]

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

Syntax

C#
public void CreateStore(
	string storeName,
	PersistenceType persistenceType
)
Visual Basic
Public Sub CreateStore ( 
	storeName As String,
	persistenceType As PersistenceType
)
Visual C++
public:
virtual void CreateStore(
	String^ storeName, 
	PersistenceType persistenceType
) sealed
F#
abstract CreateStore : 
        storeName : string * 
        persistenceType : PersistenceType -> unit 
override CreateStore : 
        storeName : string * 
        persistenceType : PersistenceType -> unit 

Parameters

storeName
Type: System..::..String

[Missing <param name="storeName"/> documentation for "M:BrightstarDB.Client.BrightstarRestClient.CreateStore(System.String,BrightstarDB.Storage.PersistenceType)"]

persistenceType
Type: PersistenceType

[Missing <param name="persistenceType"/> documentation for "M:BrightstarDB.Client.BrightstarRestClient.CreateStore(System.String,BrightstarDB.Storage.PersistenceType)"]

Implements

IBrightstarService..::..CreateStore(String, PersistenceType)

See Also