Property | Type | Description | |
---|---|---|---|
AssertDataVersion | void | ||
Close | void | ||
Count | void | ||
Database | System | ||
Delete | void | ||
DiscoverDataVersion | void | ||
Dispose | void | ||
OnDatabaseCreate | void | ||
OnDatabaseCreated | void | ||
Open | void |
Method | Description | |
---|---|---|
Create ( string adminName, string identification, string token ) : void |
Creates the database in the context given, granting the administrative control to the user identified by the given name and token. The properties used to create the database are extracted from the underlying context (DatabaseContext). This method does not automatically open the database: to make it accessible a call to Open is required. |
|
CreateLargeObject ( long objectSize, bool compressed ) : ILargeObject | ||
Dispose ( ) : void | ||
GetLargeObject ( ObjectId objId ) : ILargeObject | ||
New ( IConfiguration config, string adminName, string adminPassword ) : IDatabase | ||
New ( IConfiguration config, string dbName, string adminName, string adminPassword ) : IDatabase | ||
New ( string dbName, string adminName, string adminPassword ) : IDatabase |
Method | Description | |
---|---|---|
GetMetadata ( object>.Dictionary |
Method | Description | |
---|---|---|
AssertDataVersion ( ) : void | ||
Close ( ) : void |
Closes the database making it not accessible to connections. Typical implementations of this interface will automatically invoke the closure of the database on disposal (IDisposable.Dispose. |
|
Count ( |
||
Database ( |
||
Delete ( ) : void | ||
DiscoverDataVersion ( ) : void | ||
Dispose ( bool disposing ) : void | ||
OnDatabaseCreate ( IQuery context ) : void | ||
OnDatabaseCreated ( IQuery context ) : void | ||
Open ( ) : void |
Opens the database making it ready to be accessed. This method ensures the system components and the data are ready to allow any connection to be established. After this method successfully exists, the state of IsOpen is changed to |
public Create ( string adminName, string identification, string token ) : void | ||
adminName | string | The name of the administrator. |
identification | string | The name of the mechanism used to identify the user by the /// given token. |
token | string | The toke used to identify the administrator, using the
/// |
return | void |
public CreateLargeObject ( long objectSize, bool compressed ) : ILargeObject | ||
objectSize | long | |
compressed | bool | |
return | ILargeObject |
public GetLargeObject ( ObjectId objId ) : ILargeObject | ||
objId | ObjectId | |
return | ILargeObject |
protected GetMetadata ( object>.Dictionary |
||
metadata | object>.Dictionary | |
return | void |
public static New ( IConfiguration config, string adminName, string adminPassword ) : IDatabase | ||
config | IConfiguration | |
adminName | string | |
adminPassword | string | |
return | IDatabase |
public static New ( IConfiguration config, string dbName, string adminName, string adminPassword ) : IDatabase | ||
config | IConfiguration | |
dbName | string | |
adminName | string | |
adminPassword | string | |
return | IDatabase |
public static New ( string dbName, string adminName, string adminPassword ) : IDatabase | ||
dbName | string | |
adminName | string | |
adminPassword | string | |
return | IDatabase |