public class DatabaseInfoPublic Class DatabaseInfopublic ref class DatabaseInfoSnapDB.Snap.Services.DatabaseInfo = function();
Type.createClass(
'SnapDB.Snap.Services.DatabaseInfo');| DatabaseInfo(BinaryStreamBase) | Loads a DatabaseInfo from stream. |
| DatabaseInfo(String, SnapTypeBase, SnapTypeBase, IListEncodingDefinition) | Creates a DatabaseInfo |
| DatabaseName | Gets the name of the database |
| KeyType | Gets the type for the database key. |
| KeyTypeId | Gets the ID for the database key. |
| SupportedStreamingModes | Gets all of the supported streaming modes for the server. |
| ValueType | Gets the type for the database value. |
| ValueTypeId | Gets the ID for the database value. |
| 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) |
| Save | Saves the configuration of the database to the specified binary stream. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |