CloneDatasetRequest: {
    clone_chunks?: boolean | null;
    dataset_name: string;
    dataset_to_clone: string;
    tracking_id?: string | null;
}

Type declaration

  • Optionalclone_chunks?: boolean | null

    Parameter to Clone Chunks from the original dataset to the new dataset. defaults to true.

  • dataset_name: string

    Name of the dataset.

  • dataset_to_clone: string

    The id of the dataset you want to clone.

  • Optionaltracking_id?: string | null

    Optional tracking ID for the dataset. Can be used to track the dataset in external systems. Must be unique within the organization. Strongly recommended to not use a valid uuid value as that will not work with the TR-Dataset header.