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.
Implements
Inherited Members
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 |