Show / Hide Table of Contents

Class ListDatabaseInstancesResponse

The response from the ListDatabaseInstances method.

Inheritance
object
ListDatabaseInstancesResponse
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 ListDatabaseInstancesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Instances

List of each DatabaseInstance that is in the parent Firebase project.

Declaration
[JsonProperty("instances")]
public virtual IList<DatabaseInstance> Instances { get; set; }
Property Value
Type Description
IList<DatabaseInstance>

NextPageToken

If the result list is too large to fit in a single response, then a token is returned. If the string is empty, then this response is the last page of results. This token can be used in a subsequent call to ListDatabaseInstances to find the next group of database instances. Page tokens are short-lived and should not be persisted.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX