SnapClientGetDatabaseInfo Method

Gets basic information for every database connected to the server.

Definition

Namespace: SnapDB.Snap.Services
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public abstract List<DatabaseInfo> GetDatabaseInfo()

Return Value

ListDatabaseInfo
A list of DatabaseInfo objects containing information about available databases.

Remarks

The GetDatabaseInfo method provides a list of DatabaseInfo objects that contain information about the available databases in the system. Each DatabaseInfo object typically includes details such as database name, key type, value type, and other relevant metadata.

See Also