Class DocumentTransform (2.3.4)

DocumentTransform(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A transformation of a document. .. attribute:: document

The name of the document to transform.

:type: str

Attribute

NameDescription
field_transforms Sequence[google.cloud.firestore_v1.types.DocumentTransform.FieldTransform]
The list of transformations to apply to the fields of the document, in order. This must not be empty.

Classes

FieldTransform

FieldTransform(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A transformation of a field of the document. .. attribute:: field_path

The path of the field. See Document.fields][google.firestore.v1.Document.fields] for the field path syntax reference.

:type: str