Class DocumentTransform (3.0.0)

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

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
RepeatedField<DocumentTransform.Types.FieldTransform>