MongoDBDatabaseGetPropertiesResource interface
model interface MongoDBDatabaseGetPropertiesResource
- 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
| create |
Enum to indicate the mode of account creation. |
| id | Name of the Cosmos DB MongoDB database |
| restore |
Parameters to indicate the information about the restore |
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
createMode
Enum to indicate the mode of account creation.
createMode?: string
Property Value
string
Inherited From MongoDBDatabaseResource.createMode
id
Name of the Cosmos DB MongoDB database
id: string
Property Value
string
Inherited From MongoDBDatabaseResource.id
restoreParameters
Parameters to indicate the information about the restore
restoreParameters?: ResourceRestoreParameters
Property Value
Inherited From MongoDBDatabaseResource.restoreParameters