CurrentDatabaseInfo Class |
Namespace: ArangoDBNetStandard.DatabaseApi.Models
The CurrentDatabaseInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentDatabaseInfo | Initializes a new instance of the CurrentDatabaseInfo class |
| Name | Description | |
|---|---|---|
| Id |
The id of the current database.
| |
| IsSystem |
Whether or not the current database is the _system database.
| |
| Name |
The name of the current database.
| |
| Path |
The filesystem path of the current database.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |