Class DatabaseInstance
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.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseRealtimeDatabase.v1beta.Data
Assembly: Google.Apis.FirebaseRealtimeDatabase.v1beta.dll
Syntax
public class DatabaseInstance : IDirectResponseSchema
Properties
DatabaseUrl
Output only. Output Only. The globally unique hostname of the database.
Declaration
[JsonProperty("databaseUrl")]
public virtual string DatabaseUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The fully qualified resource name of the database instance, in the form:
projects/{project-number}/locations/{location-id}/instances/{database-id}
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Project
Output only. The resource name of the project this instance belongs to. For example:
projects/{project-number}
.
Declaration
[JsonProperty("project")]
public virtual string Project { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The database's lifecycle state. Read-only.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |