Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters for the putDatabase operation.

Hierarchy

  • PutDatabaseParams

Index

Properties

db

db: string

Path parameter to specify the database name.

Optional headers

headers?: OutgoingHttpHeaders

Optional partitioned

partitioned?: boolean

Query parameter to specify whether to enable database partitions when creating a database.

Optional q

q?: number

The number of shards in the database. Each shard is a partition of the hash value range. Default is 8, unless overridden in the cluster config.

Generated using TypeDoc