The "partialDatabaseName" property filters the returned databases by applying partial matches to the beginning of database names. It is an optional string from 0 to 64 bytes. It defaults to an empty string.
- The
"listDatabases"action returns databases with names that match the beginning of this string. - A zero-length string matches all database names.
- Since it defaults to an empty string you can omit the
"partialDatabaseName"property to return all databases.