Table of Contents

Class UpdateChunkRequest

Request to update a Chunk.

public class UpdateChunkRequest : IChunkRequest
Inheritance
object
UpdateChunkRequest
Implements

Properties

Chunk

Required. The Chunk to update.

public Chunk Chunk { get; set; }

Property Value

Chunk

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