SqlDatabaseGetPropertiesResponseResource

data class SqlDatabaseGetPropertiesResponseResource(val colls: String? = null, val etag: String, val id: String, val rid: String, val ts: Double, val users: String? = null)

Constructors

Link copied to clipboard
constructor(colls: String? = null, etag: String, id: String, rid: String, ts: Double, users: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val colls: String? = null

A system generated property that specified the addressable path of the collections resource.

Link copied to clipboard

A system generated property representing the resource etag required for optimistic concurrency control.

Link copied to clipboard
val id: String

Name of the Cosmos DB SQL database

Link copied to clipboard
val rid: String

A system generated property. A unique identifier.

Link copied to clipboard
val ts: Double

A system generated property that denotes the last updated timestamp of the resource.

Link copied to clipboard
val users: String? = null

A system generated property that specifies the addressable path of the users resource.