interface AstraLibArgs {
    collection: string;
    endpoint: string;
    token: string;
    batchSize?: number;
    collectionOptions?: _CreateCollectionOptions;
    contentKey?: string;
    idKey?: string;
    namespace?: string;
}

Hierarchy (view full)

Properties

collection: string
endpoint: string
token: string
batchSize?: number
collectionOptions?: _CreateCollectionOptions
contentKey?: string
idKey?: string
namespace?: string

Generated using TypeDoc