Class DocumentMask
A set of field paths on a document. Used to restrict a get or update operation on a document to a subset of its fields. This is different from standard field masks, as this is always scoped to a Document, and takes in account the dynamic nature of Value.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class DocumentMask : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldPaths
The list of field paths in the mask. See Document.fields for a field path syntax reference.
Declaration
[JsonProperty("fieldPaths")]
public virtual IList<string> FieldPaths { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |