Table of Contents

Enum CosmosPropertyNamingPolicy

Namespace
Microsoft.Azure.Cosmos
Assembly
Microsoft.Azure.Cosmos.Client.dll

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
Extension Methods

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.