Interface IOwnedItem
Interface for an item that has an owner.
Inherited Members
Namespace: Benday.CosmosDb.DomainModels
Assembly: Benday.CosmosDb.dll
Syntax
public interface IOwnedItem : ICosmosIdentity
Properties
| Edit this page View SourceOwnerId
Owner id of the entity. By default, this value will be the same as the PartitionKey for the entity.
Declaration
string OwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |