PrimitivePropertyType.Length Property

Definition

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.StrictIntegerConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="length")]
public int Length { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.StrictIntegerConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="length")>]
member this.Length : int with get, set
Public Property Length As Integer

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to