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 = "/tenantId,/entityType"
Field Value
|
Edit this page
View Source
PropertyName_EntityType
The JSON property name for the entity type (second-level partition key).
Declaration
public const string PropertyName_EntityType = "entityType"
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_TenantId
Declaration
public const string PropertyName_TenantId = "tenantId"
Field Value
|
Edit this page
View Source
PropertyName_Timestamp
Declaration
public const string PropertyName_Timestamp = "_ts"
Field Value