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

    Class MetadataApi

    Metadata API implementation for Vlocode partially compatible with Metadata API class from JSforce.

    Key differences between the JSforce implementation:

    • Does not support async Metadata API calls as these are deprecated by Salesforce since API version 31.0
    • Support strongly typed metadata APIs with IDE type completion
    • Support for both REST as well as SOAP Metadata API
    • Support deployment cancellation
    • Support rename of metadata
    • Support describe value type
    • Does not support old nodejs callback style; all calls return an awaitable promise

    Implements

    Index

    Constructors

    Properties

    deployment: DeploymentApi

    Methods