Show / Hide Table of Contents

Class GoogleFirestoreAdminV1CollectionGroupScope

The change stream is scoped to a collection group. Only events associated with the given collection group are visible to the Change Stream. Only a single change stream can be enabled per collection group.

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

Properties

CollectionGroupId

Required. The collection group name.

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