PrimitivePropertyType Constructors

Definition

Overloads

PrimitivePropertyType()
PrimitivePropertyType(TypeKind)

PrimitivePropertyType()

public PrimitivePropertyType ();
Public Sub New ()

Applies to

PrimitivePropertyType(TypeKind)

public PrimitivePropertyType (Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.TypeKind type);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.PrimitivePropertyType : Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.TypeKind -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.PrimitivePropertyType
Public Sub New (type As TypeKind)

Parameters

type
TypeKind

Applies to