RestorableSqlContainerPropertiesResource 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 container event
public class RestorableSqlContainerPropertiesResource
type RestorableSqlContainerPropertiesResource = class
Public Class RestorableSqlContainerPropertiesResource
- Inheritance
-
RestorableSqlContainerPropertiesResource
Constructors
RestorableSqlContainerPropertiesResource() |
Initializes a new instance of the RestorableSqlContainerPropertiesResource class. |
RestorableSqlContainerPropertiesResource(String, String, String, String, String, RestorableSqlContainerPropertiesResourceContainer) |
Initializes a new instance of the RestorableSqlContainerPropertiesResource class. |
Properties
_rid |
Gets a system generated property. A unique identifier. |
Container |
Gets or sets cosmos DB SQL container resource object |
EventTimestamp |
Gets the when this container event happened. |
OperationType |
Gets the operation type of this container event. Possible values include: 'Create', 'Replace', 'Delete', 'SystemOperation' |
OwnerId |
Gets the name of this SQL container. |
OwnerResourceId |
Gets the resource ID of this SQL container. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET