Interface CreateIndexByocSpec

Configuration needed to deploy a BYOC index.

interface CreateIndexByocSpec {
    environment: string;
    schema?: MetadataSchema;
}

Properties

Properties

environment: string

The environment identifier for the BYOC index.

The metadata schema for the index.