GremlinDatabaseGetPropertiesResponseResource

data class GremlinDatabaseGetPropertiesResponseResource(val createMode: String? = null, val etag: String, val id: String, val restoreParameters: ResourceRestoreParametersResponse? = null, val rid: String, val ts: Double)

Constructors

constructor(createMode: String? = null, etag: String, id: String, restoreParameters: ResourceRestoreParametersResponse? = null, rid: String, ts: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createMode: String? = null

Enum to indicate the mode of resource creation.

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 Gremlin database

Link copied to clipboard

Parameters to indicate the information about the restore

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.