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