Documentation - v1.2.0-alpha.3
    Preparing search index...

    Options for configuring Cosmos DB partitioned storage.

    interface CosmosDbPartitionedStorageOptions {
        compatibilityMode?: boolean;
        containerId: string;
        containerThroughput?: number;
        cosmosClientOptions?: CosmosClientOptions;
        databaseId: string;
        keySuffix?: string;
    }
    Index

    Properties

    compatibilityMode?: boolean

    Indicates whether compatibility mode is enabled.

    containerId: string

    The ID of the container.

    containerThroughput?: number

    The throughput of the container.

    cosmosClientOptions?: CosmosClientOptions

    The options for the Cosmos client.

    databaseId: string

    The ID of the database.

    keySuffix?: string

    The suffix to append to keys.