Show / Hide Table of Contents

Class CollectionSelector

A selection of a collection, such as messages as m1.

Inheritance
object
CollectionSelector
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.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class CollectionSelector : IDirectResponseSchema

Properties

AllDescendants

When false, selects only collections that are immediate children of the parent specified in the containing RunQueryRequest. When true, selects all descendant collections.

Declaration
[JsonProperty("allDescendants")]
public virtual bool? AllDescendants { get; set; }
Property Value
Type Description
bool?

CollectionId

The collection ID. When set, selects only collections with this ID.

Declaration
[JsonProperty("collectionId")]
public virtual string CollectionId { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX