CosmosPropertyNamingPolicy Enum

Definition

Determines the naming policy used to convert a string-based name to another format, such as a camel-casing where the first letter is lower case.

public enum CosmosPropertyNamingPolicy
type CosmosPropertyNamingPolicy = 
Public Enum CosmosPropertyNamingPolicy
Inheritance
CosmosPropertyNamingPolicy

Fields

CamelCase 1

First letter in the property name is lower case.

Default 0

No custom naming policy. The property name will be the same as the source.

Applies to