PrimitivePropertyType.RowBufferSize Property

Definition

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.StrictBooleanConverter))]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate, PropertyName="rowBufferSize")]
public bool RowBufferSize { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.StrictBooleanConverter))>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate, PropertyName="rowBufferSize")>]
member this.RowBufferSize : bool with get, set
Public Property RowBufferSize As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to