Show / Hide Table of Contents

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.

Inheritance
object
DatabaseInstance
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX