共用方式為


RestorableMongodbCollectionPropertiesResource Class

Definition

The resource of an Azure Cosmos DB MongoDB collection event

public class RestorableMongodbCollectionPropertiesResource
type RestorableMongodbCollectionPropertiesResource = class
Public Class RestorableMongodbCollectionPropertiesResource
Inheritance
RestorableMongodbCollectionPropertiesResource

Constructors

RestorableMongodbCollectionPropertiesResource()

Initializes a new instance of the RestorableMongodbCollectionPropertiesResource class.

RestorableMongodbCollectionPropertiesResource(String, String, String, String, String)

Initializes a new instance of the RestorableMongodbCollectionPropertiesResource class.

Properties

_rid

Gets a system generated property. A unique identifier.

EventTimestamp

Gets the time when this collection event happened.

OperationType

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

OwnerId

Gets the name of this MongoDB collection.

OwnerResourceId

Gets the resource ID of this MongoDB collection.

Applies to