Hierarchy

  • SchemaDataStore

Constructors

Properties

fieldInfo: Map<string, SchemaData<CustomFieldMetadata, Field, FieldDefinition>> = ...
objectInfo: Map<string, SchemaData<CustomObjectMetadata, DescribeSObjectResult, EntityDefinition>> = ...
storeVersion: 2 = 2

Methods

  • Persist the currently loaded Meta and describe data about the Salesforce table schema to the the disk.

    Parameters

    • file: string

      FileName to which to persist the schema data

    Returns Promise<void>