DeserializeOptions Class

Definition

Flags that control how the JSON document is treated during deserialization.

public class DeserializeOptions
type DeserializeOptions = class
Public Class DeserializeOptions
Inheritance
DeserializeOptions

Constructors

DeserializeOptions()

Properties

PartitionsMergedWithTable

Partitions are not represented as separate objects. Instead, every Table has a single Partition whose properties will appear under the Table object.

Applies to