![]()  | 
  
    CQRS.NET
    4.0
    
   A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments. 
   | 
 
A projection/entity especially designed to work with Azure DocumentDB (CosmosDB). More...
 Inheritance diagram for Cqrs.Azure.DocumentDb.Entities.AzureDocumentDbEntity:Properties | |
| override Guid | Rsn [get, set] | 
| The identifier of the IEntity.  More... | |
| virtual string | id [get, set] | 
| The internal identifier of the IEntity used within Azure DocumentDB (CosmosDB).  More... | |
| virtual string | type [get, set] | 
| The name of the Type of this IEntity.  More... | |
| override int | SortingOrder [get, set] | 
| The order of this IEntity to sort by, by default.  More... | |
| override bool | IsDeleted [get, set] | 
| Indicates if this IEntity has been deleted, but not removed from the IDataStore<TData>, this way entities can be retrieved so an un-deleted operation can be triggered.  More... | |
  Properties inherited from Cqrs.Entities.Entity | |
| virtual Guid | Rsn [get, set] | 
| The identifier of the IEntity.  More... | |
| virtual int | SortingOrder [get, set] | 
| The order of this IEntity to sort by, by default.  More... | |
| virtual bool | IsDeleted [get, set] | 
| Indicates if this IEntity has been deleted, but not removed from the IDataStore<TData>, this way entities can be retrieved so an un-deleted operation can be triggered.  More... | |
  Properties inherited from Cqrs.Entities.IEntity | |
| Guid | Rsn [get, set] | 
| The identifier of the IEntity.  More... | |
| int | SortingOrder [get, set] | 
| The order of this IEntity to sort by, by default.  More... | |
| bool | IsDeleted [get, set] | 
| Indicates if this IEntity has been deleted, but not removed from the IDataStore<TData>, this way entities can be retrieved so an un-deleted operation can be triggered.  More... | |
A projection/entity especially designed to work with Azure DocumentDB (CosmosDB).