Class CosmosDbConstants
Constants for the Benday.CosmosDb library.
Inheritance
CosmosDbConstants
Assembly: Benday.CosmosDb.dll
Syntax
public class CosmosDbConstants
Fields
|
Edit this page
View Source
DefaultDatabaseThroughput
Declaration
public const int DefaultDatabaseThroughput = 400
Field Value
|
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
|
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
|
Edit this page
View Source
PropertyName_Etag
Declaration
public const string PropertyName_Etag = "_etag"
Field Value
|
Edit this page
View Source
PropertyName_Id
Declaration
public const string PropertyName_Id = "id"
Field Value
|
Edit this page
View Source
PropertyName_PartitionKey
Declaration
public const string PropertyName_PartitionKey = "pk"
Field Value
|
Edit this page
View Source
PropertyName_Timestamp
Declaration
public const string PropertyName_Timestamp = "_ts"
Field Value