RestorableGremlinGraphPropertiesResource 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 Gremlin graph event
public class RestorableGremlinGraphPropertiesResource
type RestorableGremlinGraphPropertiesResource = class
Public Class RestorableGremlinGraphPropertiesResource
- Inheritance
-
RestorableGremlinGraphPropertiesResource
Constructors
RestorableGremlinGraphPropertiesResource() |
Initializes a new instance of the RestorableGremlinGraphPropertiesResource class. |
RestorableGremlinGraphPropertiesResource(String, String, String, String, String, String, String) |
Initializes a new instance of the RestorableGremlinGraphPropertiesResource class. |
Properties
CanUndelete |
Gets a state of this graph to identify if this graph is restorable in same account. |
CanUndeleteReason |
Gets the reason why this graph can not be restored in same account. |
EventTimestamp |
Gets the time when this graph event happened. |
OperationType |
Gets the operation type of this graph event. Possible values include: 'Create', 'Replace', 'Delete', 'Recreate', 'SystemOperation' |
OwnerId |
Gets the name of this Gremlin graph. |
OwnerResourceId |
Gets the resource ID of this Gremlin graph. |
Rid |
Gets a system generated property. A unique identifier. |