Show / Hide Table of Contents

Class CosmosDbConstants

Constants for the Benday.CosmosDb library.

Inheritance
object
CosmosDbConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Benday.CosmosDb.Repositories
Assembly: Benday.CosmosDb.dll
Syntax
public class CosmosDbConstants

Fields

| Edit this page View Source

DefaultDatabaseThroughput

Declaration
public const int DefaultDatabaseThroughput = 400
Field Value
Type Description
int
| Edit this page View Source

DefaultPartitionKey

String representation of the default partition key for a Cosmos DB entity.

Declaration
public const string DefaultPartitionKey = "/pk,/discriminator"
Field Value
Type Description
string
| Edit this page View Source

PropertyName_Discriminator

The name of the discriminator property for the entity.

Declaration
public const string PropertyName_Discriminator = "discriminator"
Field Value
Type Description
string
| Edit this page View Source

PropertyName_Etag

Declaration
public const string PropertyName_Etag = "_etag"
Field Value
Type Description
string
| Edit this page View Source

PropertyName_Id

Declaration
public const string PropertyName_Id = "id"
Field Value
Type Description
string
| Edit this page View Source

PropertyName_PartitionKey

Declaration
public const string PropertyName_PartitionKey = "pk"
Field Value
Type Description
string
| Edit this page View Source

PropertyName_Timestamp

Declaration
public const string PropertyName_Timestamp = "_ts"
Field Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com