Fixed setup save queries within serverless accounts (#1626)

* Fixed setup save queries within serverless accounts

* Fixed format

* ran prettier
This commit is contained in:
JustinKol
2023-10-04 14:23:22 -04:00
committed by GitHub
parent 68b45e77a8
commit 07d242f972
3 changed files with 33 additions and 20 deletions

View File

@@ -318,7 +318,7 @@ export interface CreateCollectionParams {
collectionId: string;
databaseId: string;
databaseLevelThroughput: boolean;
offerThroughput: number;
offerThroughput?: number;
analyticalStorageTtl?: number;
autoPilotMaxThroughput?: number;
indexingPolicy?: IndexingPolicy;