GetChunkGroupCountResponse: {
    count: number;
    group_id: string;
}

Type declaration

  • count: number

    The count of chunks in the given group.

  • group_id: string

    The Id of the group to get the count for.