SqlStoredProcedureGetPropertiesResource interface

model interface SqlStoredProcedureGetPropertiesResource

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 Stored Procedure

id

Name of the Cosmos DB SQL storedProcedure

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 Stored Procedure

body?: string

Property Value

string

Inherited From SqlStoredProcedureResource.body

id

Name of the Cosmos DB SQL storedProcedure

id: string

Property Value

string

Inherited From SqlStoredProcedureResource.id