SqlDatabaseGetPropertiesResource interface
Cosmos DB SQL database resource object
- Extends
Properties
colls | A system generated property that specified the addressable path of the collections resource. |
users | A system generated property that specifies the addressable path of the users resource. |
Inherited Properties
create |
Enum to indicate the mode of resource creation. |
etag | A system generated property representing the resource etag required for optimistic concurrency control. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Name of the Cosmos DB SQL database |
restore |
Parameters to indicate the information about the restore |
rid | A system generated property. A unique identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
ts | A system generated property that denotes the last updated timestamp of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
colls
A system generated property that specified the addressable path of the collections resource.
colls?: string
Property Value
string
users
A system generated property that specifies the addressable path of the users resource.
users?: string
Property Value
string
Inherited Property Details
createMode
Enum to indicate the mode of resource creation.
createMode?: string
Property Value
string
Inherited From SqlDatabaseResource.createMode
etag
A system generated property representing the resource etag required for optimistic concurrency control. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
Inherited From ExtendedResourceProperties.etag
id
Name of the Cosmos DB SQL database
id: string
Property Value
string
Inherited From SqlDatabaseResource.id
restoreParameters
Parameters to indicate the information about the restore
restoreParameters?: ResourceRestoreParameters
Property Value
Inherited From SqlDatabaseResource.restoreParameters
rid
A system generated property. A unique identifier. NOTE: This property will not be serialized. It can only be populated by the server.
rid?: string
Property Value
string
Inherited From ExtendedResourceProperties.rid
ts
A system generated property that denotes the last updated timestamp of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
ts?: number
Property Value
number
Inherited From ExtendedResourceProperties.ts