Share via


RestorableTablePropertiesResource Class

Definition

The resource of an Azure Cosmos DB Table event

public class RestorableTablePropertiesResource
type RestorableTablePropertiesResource = class
Public Class RestorableTablePropertiesResource
Inheritance
RestorableTablePropertiesResource

Constructors

RestorableTablePropertiesResource()

Initializes a new instance of the RestorableTablePropertiesResource class.

RestorableTablePropertiesResource(String, String, String, String, String, String, String)

Initializes a new instance of the RestorableTablePropertiesResource class.

Properties

CanUndelete

Gets a state of this table to identify if this table is restorable in same account.

CanUndeleteReason

Gets the reason why this table can not be restored in same account.

EventTimestamp

Gets the time when this table event happened.

OperationType

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

OwnerId

Gets the name of this Table.

OwnerResourceId

Gets the resource ID of this Table.

Rid

Gets a system generated property. A unique identifier.

Applies to