SqlUserDefinedFunctionGetPropertiesResponseResource

data class SqlUserDefinedFunctionGetPropertiesResponseResource(val body: String? = null, val etag: String, val id: String, val rid: String, val ts: Double)

Constructors

constructor(body: String? = null, etag: String, id: String, rid: String, ts: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val body: String? = null

Body of the User Defined Function

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 userDefinedFunction

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.