Show / Hide Table of Contents

Interface IOwnedItem

Interface for an item that has an owner.

Inherited Members
ICosmosIdentity.Id
ICosmosIdentity.PartitionKey
ICosmosIdentity.TimestampUnixStyle
ICosmosIdentity.Timestamp
ICosmosIdentity.Etag
ICosmosIdentity.DiscriminatorValue
Namespace: Benday.CosmosDb.DomainModels
Assembly: Benday.CosmosDb.dll
Syntax
public interface IOwnedItem : ICosmosIdentity

Properties

| Edit this page View Source

OwnerId

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
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com