你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |