vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Class SchemaDataStore

    Index

    Constructors

    Properties

    fieldInfo: Map<string, SchemaData<CustomFieldMetadata, Field, FieldDefinition>> = ...
    objectInfo: Map<
        string,
        SchemaData<CustomObjectMetadata, DescribeSObjectResult, EntityDefinition>,
    > = ...
    storeVersion: 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>