RestorableSqlDatabasePropertiesResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The resource of an Azure Cosmos DB SQL database event
public class RestorableSqlDatabasePropertiesResource
type RestorableSqlDatabasePropertiesResource = class
Public Class RestorableSqlDatabasePropertiesResource
- Inheritance
-
RestorableSqlDatabasePropertiesResource
Constructors
RestorableSqlDatabasePropertiesResource() |
Initializes a new instance of the RestorableSqlDatabasePropertiesResource class. |
RestorableSqlDatabasePropertiesResource(String, String, String, String, String, RestorableSqlDatabasePropertiesResourceDatabase) |
Initializes a new instance of the RestorableSqlDatabasePropertiesResource class. |
Properties
_rid |
Gets a system generated property. A unique identifier. |
Database |
Gets or sets cosmos DB SQL database resource object |
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 the SQL database. |
OwnerResourceId |
Gets the resource ID of the SQL database. |
Methods
Validate() |
Validate the object. |