GetD1DatabaseResult

data class GetD1DatabaseResult(val accountId: String, val createdAt: String, val databaseId: String? = null, val fileSize: Double, val filter: GetD1DatabaseFilter? = null, val id: String, val name: String, val numTables: Double, val readReplication: GetD1DatabaseReadReplication, val uuid: String, val version: String)

A collection of values returned by getD1Database.

Constructors

Link copied to clipboard
constructor(accountId: String, createdAt: String, databaseId: String? = null, fileSize: Double, filter: GetD1DatabaseFilter? = null, id: String, name: String, numTables: Double, readReplication: GetD1DatabaseReadReplication, uuid: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard

Specifies the timestamp the resource was created as an ISO8601 string.

Link copied to clipboard
val databaseId: String? = null

D1 database identifier (UUID).

Link copied to clipboard

The D1 database's size, in bytes.

Link copied to clipboard
Link copied to clipboard
val id: String

D1 database identifier (UUID).

Link copied to clipboard

D1 database name.

Link copied to clipboard
Link copied to clipboard

Configuration for D1 read replication.

Link copied to clipboard

D1 database identifier (UUID).

Link copied to clipboard