Class UpdateChunkRequest
Request to update a Chunk.
public class UpdateChunkRequest : IChunkRequest
- Inheritance
-
objectUpdateChunkRequest
- Implements
Properties
Chunk
Required. The Chunk to update.
public Chunk Chunk { get; set; }
Property Value
UpdateMask
Required. The list of fields to update. Currently, this only supports updating customMetadata and data. This is a comma-separated list of fully qualified names of fields.Example: "user.displayName,photo".
public string UpdateMask { get; set; }
Property Value
- string