Firestore v1 API - Class DocumentTransform (3.6.0)

public sealed class DocumentTransform : IMessage<DocumentTransform>, IEquatable<DocumentTransform>, IDeepCloneable<DocumentTransform>, IBufferMessage, IMessage

Reference documentation and code samples for the Firestore v1 API class DocumentTransform.

A transformation of a document.

Inheritance

object > DocumentTransform

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

DocumentTransform()

public DocumentTransform()

DocumentTransform(DocumentTransform)

public DocumentTransform(DocumentTransform other)
Parameter
NameDescription
otherDocumentTransform

Properties

Document

public string Document { get; set; }

The name of the document to transform.

Property Value
TypeDescription
string

FieldTransforms

public RepeatedField<DocumentTransform.Types.FieldTransform> FieldTransforms { get; }

The list of transformations to apply to the fields of the document, in order. This must not be empty.

Property Value
TypeDescription
RepeatedFieldDocumentTransformTypesFieldTransform