DatabaseInstance class

Representation of a Realtime Database instance.

Details on interacting with contents of a DatabaseInstance can be found at: https://firebase.google.com/docs/database/rest/start.

Constructors

DatabaseInstance({String? databaseUrl, String? name, String? project, String? state, String? type})
DatabaseInstance.fromJson(Map _json)

Properties

databaseUrl String?
The globally unique hostname of the database.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The fully qualified resource name of the database instance, in the form: projects/{project-number}/locations/{location-id}/instances/{database-id}.
getter/setter pair
project String?
The resource name of the project this instance belongs to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The database's lifecycle state.
getter/setter pair
type String?
The database instance type.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited