RestorableGremlinGraphPropertiesResource interface
The resource of an Azure Cosmos DB Gremlin graph event
Properties
| can |
A state of this graph to identify if this graph is restorable in same account. |
| can |
The reason why this graph can not be restored in same account. |
| event |
The time when this graph event happened. |
| operation |
The operation type of this graph event. |
| owner |
The name of this Gremlin graph. |
| owner |
The resource ID of this Gremlin graph. |
| rid | A system generated property. A unique identifier. |
Property Details
canUndelete
A state of this graph to identify if this graph is restorable in same account.
canUndelete?: string
Property Value
string
canUndeleteReason
The reason why this graph can not be restored in same account.
canUndeleteReason?: string
Property Value
string
eventTimestamp
The time when this graph event happened.
eventTimestamp?: string
Property Value
string
operationType
The operation type of this graph event.
operationType?: string
Property Value
string
ownerId
The name of this Gremlin graph.
ownerId?: string
Property Value
string
ownerResourceId
The resource ID of this Gremlin graph.
ownerResourceId?: string
Property Value
string
rid
A system generated property. A unique identifier.
rid?: string
Property Value
string