Move createDatabase to RP (#166)

This commit is contained in:
victor-meng
2020-08-25 15:45:37 -07:00
committed by GitHub
parent 38732af907
commit 3223ff7685
6 changed files with 269 additions and 242 deletions

View File

@@ -327,12 +327,11 @@ export interface AutoPilotOfferSettings {
targetMaxThroughput?: number;
}
export interface CreateDatabaseRequest {
export interface CreateDatabaseParams {
autoPilotMaxThroughput?: number;
databaseId: string;
databaseLevelThroughput?: boolean;
offerThroughput?: number;
autoPilot?: AutoPilotCreationSettings;
hasAutoPilotV2FeatureFlag?: boolean;
}
export interface SharedThroughputRange {