SqlUserDefinedFunctionGetPropertiesResource interface

model interface SqlUserDefinedFunctionGetPropertiesResource

Extends

Properties

etag

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

rid

A system generated property. A unique identifier.

ts

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

Inherited Properties

body

Body of the User Defined Function

id

Name of the Cosmos DB SQL userDefinedFunction

Property Details

etag

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

etag?: string

Property Value

string

rid

A system generated property. A unique identifier.

rid?: string

Property Value

string

ts

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

ts?: number

Property Value

number

Inherited Property Details

body

Body of the User Defined Function

body?: string

Property Value

string

Inherited From SqlUserDefinedFunctionResource.body

id

Name of the Cosmos DB SQL userDefinedFunction

id: string

Property Value

string

Inherited From SqlUserDefinedFunctionResource.id