Skip to main content
All docs
V25.2
  • 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

    [DefaultValue(100)]
    public int SchemaDiscoveryMaxItemCount { get; set; }

    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
    .JsonWizardSettings .SchemaDiscoveryMaxItemCount
    See Also