Databricks SDK for JavaScript
    Preparing search index...
    interface CreateSnapshotRequest {
        parent?: string;
        snapshot?: Snapshot;
        snapshotId?: string;
    }
    Index

    Properties

    parent?: string

    The project in which to create the snapshot. Format: projects/{project_id}

    snapshot?: Snapshot

    The snapshot to create.

    snapshotId?: string

    Client-chosen ID for the snapshot. It becomes the final segment of the snapshot resource name and cannot be changed after creation.