JsonWizardSettings.SchemaDiscoveryMaxItemCount Property
Specifies how many documents (records) are scanned in each collection to build the schema.
Namespace: DevExpress.DataAccess.UI.Wizard
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Int32 | 100 | The number of records. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to SchemaDiscoveryMaxItemCount |
|---|---|
| DataSourceWizardSettings |
|
See Also