共用方式為


RestorableMongodbDatabasePropertiesResource Class

Definition

The resource of an Azure Cosmos DB MongoDB database event

public class RestorableMongodbDatabasePropertiesResource
type RestorableMongodbDatabasePropertiesResource = class
Public Class RestorableMongodbDatabasePropertiesResource
Inheritance
RestorableMongodbDatabasePropertiesResource

Constructors

RestorableMongodbDatabasePropertiesResource()

Initializes a new instance of the RestorableMongodbDatabasePropertiesResource class.

RestorableMongodbDatabasePropertiesResource(String, String, String, String, String)

Initializes a new instance of the RestorableMongodbDatabasePropertiesResource class.

Properties

_rid

Gets a system generated property. A unique identifier.

EventTimestamp

Gets the time when this database event happened.

OperationType

Gets the operation type of this database event. Possible values include: 'Create', 'Replace', 'Delete', 'SystemOperation'

OwnerId

Gets the name of this MongoDB database.

OwnerResourceId

Gets the resource ID of this MongoDB database.

Applies to