AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class UpdateChunkRequest

    Request to update a Chunk.

    Inheritance
    object
    UpdateChunkRequest
    Implements
    IChunkRequest
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class UpdateChunkRequest : IChunkRequest

    Properties

    Chunk

    Required. The Chunk to update.

    Declaration
    public Chunk Chunk { get; set; }
    Property Value
    Type Description
    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".

    Declaration
    public string UpdateMask { get; set; }
    Property Value
    Type Description
    string

    Implements

    IChunkRequest
    In this article
    Back to top Generated by DocFX