ExtendedRestorableGremlinGraphResourceInfo 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 ExtendedRestorableGremlinGraphResourceInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableGremlinGraphResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableGremlinGraphResourceInfo>
type ExtendedRestorableGremlinGraphResourceInfo = class
interface IJsonModel<ExtendedRestorableGremlinGraphResourceInfo>
interface IPersistableModel<ExtendedRestorableGremlinGraphResourceInfo>
Public Class ExtendedRestorableGremlinGraphResourceInfo
Implements IJsonModel(Of ExtendedRestorableGremlinGraphResourceInfo), IPersistableModel(Of ExtendedRestorableGremlinGraphResourceInfo)
- Inheritance
-
ExtendedRestorableGremlinGraphResourceInfo
- Implements
Properties
CanUndelete |
A state of this graph to identify if this graph is restorable in same account. |
CanUndeleteReason |
The reason why this graph can not be restored in same account. |
EventTimestamp |
The time when this graph event happened. |
GraphId |
The resource ID of this Gremlin graph. |
GraphName |
The name of this Gremlin graph. |
OperationType |
The operation type of this graph event. |
Rid |
A system generated property. A unique identifier. |
Explicit Interface Implementations
IJsonModel<ExtendedRestorableGremlinGraphResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ExtendedRestorableGremlinGraphResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ExtendedRestorableGremlinGraphResourceInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ExtendedRestorableGremlinGraphResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ExtendedRestorableGremlinGraphResourceInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET