Read Mode (-ORM or -READMODE)

Specifies the read mode of operation. Default is Managed. If Read Mode set to Managed, it generates schema directly.

In Managed mode, the imported JSON schema reflects the structure of the entities of the specified entity set. When fetching entities, only the properties captured in the schema are fetched and returned by the adapter.

In Raw mode, the imported schema contains just a plain text item. When fetching entities, the adapter returns the raw data returned by the service in unmodified form. To access individual properties and other pieces of information in the returned data, the plain text item would need to be manually replaced with a schema type that corresponds to the structure of the returned data.