interface AstraLibArgs {
    collection: string;
    endpoint: string;
    token: string;
    batchSize?: number;
    collectionOptions?: CreateCollectionOptions<any>;
    contentKey?: string;
    idKey?: string;
    namespace?: string;
    skipCollectionProvisioning?: boolean;
}

Hierarchy (view full)

Properties

collection: string
endpoint: string
token: string
batchSize?: number
collectionOptions?: CreateCollectionOptions<any>
contentKey?: string
idKey?: string
namespace?: string
skipCollectionProvisioning?: boolean

Generated using TypeDoc