Package version:

Interface DatabaseRequest

interface DatabaseRequest {
    autoUpgradePolicy?: {
        throughputPolicy: {
            incrementPercent: number;
        };
    };
    id?: string;
    maxThroughput?: number;
    throughput?: number;
}

Hierarchy (view full)

Properties

autoUpgradePolicy?: {
    throughputPolicy: {
        incrementPercent: number;
    };
}
id?: string

The id of the database.

maxThroughput?: number
throughput?: number

Throughput for this database.