Interface PreviewCreateCollectionOptionsAlpha

Options for creating a collection from a pod-based index.

interface PreviewCreateCollectionOptions {
    name: string;
    source: string;
}

Properties

Properties

name: string

The name of the collection. Must be 1-45 chars, lowercase alphanumeric + '-', start/end alphanumeric.

source: string

The name of the source pod-based index to snapshot.