ECMA2 Framework
Home
  • Home
  • Using the Framework
    • Getting started
    • Definining the schema
    • Definining capabilites
    • Defining configuration parameters
    • Using the ProducerConsumerImportProvider
    • Building single-file assemblies
  • Additional resources
    • Example projects
      • Lithnet Okta Management Agent
      • Simple example
    • Troubleshooting
    • Change log
  • Advanced
    • API Reference
      • CapabilitiesConfigurationAttribute
      • CheckboxParameterAttribute
      • ConnectivityConfigurationAttribute
      • DataParameterAttribute
      • DividerParameterAttribute
      • DropdownParameterAttribute
      • Ecma2FrameworkOptions
      • EncryptedStringParameterAttribute
      • ExportContext
      • FileParameterAttribute
      • GlobalConfigurationAttribute
      • ICapabilitiesProvider
      • IConfigParameters
      • IConfigParametersProvider
      • IContextInitializer
      • ICSEntryChangeCollection
      • IEcmaStartup
      • ImportContext
      • IObjectExportProvider
      • IObjectImportProvider
      • IObjectPasswordProvider
      • ISchemaProvider
      • LabelParameterAttribute
      • MultilineTextboxParameterAttribute
      • ParameterAttribute
      • PartitionConfigurationAttribute
      • PasswordContext
      • ProducerConsumerImportProvider<TObject>
      • RunStepConfigurationAttribute
      • SchemaConfigurationAttribute
      • StringParameterAttribute
      • UIParameterAttribute
Powered by GitBook
On this page
  • Properties
  • ExportThreads
  • Constructors
  • Ecma2FrameworkOptions()
  1. Advanced
  2. API Reference

Ecma2FrameworkOptions

PreviousDropdownParameterAttributeNextEncryptedStringParameterAttribute

Last updated 1 year ago

Namespace: Lithnet.Ecma2Framework

A class that contains the configuration options for the Ecma2Framework

public class Ecma2FrameworkOptions

Inheritance →

Properties

ExportThreads

Gets or sets the number of threads to use for import operations. The default value is the number of logical processors on the machine multiplied by 2

public int ExportThreads { get; set; }

Property Value

Constructors

Ecma2FrameworkOptions()

public Ecma2FrameworkOptions()
Object
Ecma2FrameworkOptions
Int32