Share via


CsdlJsonReaderSettings Class

Definition

Settings used when parsing CSDL-JSON document.

public class CsdlJsonReaderSettings : Microsoft.OData.Edm.Csdl.CsdlReaderSettingsBase
type CsdlJsonReaderSettings = class
    inherit CsdlReaderSettingsBase
Public Class CsdlJsonReaderSettings
Inherits CsdlReaderSettingsBase
Inheritance
CsdlJsonReaderSettings

Constructors

CsdlJsonReaderSettings()

Initializes a new instance of CsdlJsonReaderSettings class.

Fields

Default

Properties

IgnoreUnexpectedJsonElements

Gets/sets a boolean value indicating whether ignore the unexpected JSON elements. By default, it's true.

IncludeDefaultVocabularies

Gets/sets a boolean value indicating whether include the default vocabularies Edm model. By default, it's true.

IsBracketNotation

Gets/sets a boolean value indicating the format of the JSON path. If true: $['store']['book'][0]['title'] If false: $.store.book[0].title By default, it's false.

JsonSchemaReaderFactory

Gets/sets a call back to provide the JSON reader for referenced CSDL-JSON.

ReferencedModels

Gets/sets the referened models.

Applies to